fast method for remove unused objects

Hi,
is there a fast method for remove all the unused objects (models, textures, scripts, ecc…) on unity?
thanks.

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.

1 Answer

1

There’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.