- Home /
Question by
Mentalist4006 · Oct 02, 2010 at 08:57 PM ·
editoroptimizationslow
Unity running slow
I just got Unity 3, and it's running slowly. Is there a way to try to speed it up?
Comment
Best Answer
Answer by Loius · Oct 02, 2010 at 10:16 PM
Yes; optimize your game.
Remove large pieces of game to try to isolate the problem. Could be scripts are too slow or textures are too large or meshes have too many polygons or any number of things.
Answer by JonManatee · Oct 02, 2010 at 10:10 PM
Turn down your editor's quality settings. See: http://unity3d.com/support/documentation/Components/class-QualitySettings.html
Your answer