Hi,
is there a fast method for remove all the unused objects (models, textures, scripts, ecc…) on unity?
thanks.
1 Answer
1There’s no fast method, since Unity doesn’t have this feature. However here’s a good start
btw the <a href="http://answers.unity3d.com/search.html?redirect=search%2Fsearch&q=remove+unused+assets">search</a> is not really good, but you should try it first.
– Bunny83
You mean in the hierarchy, don't you? I would write an editor script that strips your project folder. It's difficult to do by hand, but the tools exist to work out programatically which assets are being used and which are not.
– syclamoth