Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding assets not in use

Tags:

unity3d

assets

Is there a way to know what is of all my GO, textures, sounds, etc, are not in use in all scenes, to delete it? When i tested my game, I have inserted some textures, sounds, GO etc and some of them are not in use. I'm using Unity 5.1.1.

like image 975
Dado Avatar asked Jun 23 '15 19:06

Dado


1 Answers

2018 ..

The modern solution is simply ..

enter image description here

Click on your scene(s) and select "Select Dependencies".

It will show you what is used; the rest is unused. Really it's that easy.


As with many things in Unity pipeline, it is very common to use an asset, virtually every project uses a few well known assets. "A+ Assets Explorer" (link) is very common.

like image 166
Fattie Avatar answered Oct 15 '22 17:10

Fattie