- Home /
Unity game frame rate really slow.
Hi,
Whenever I press the play button on the top of the screen in Unity (free), to test my game, the frame rate is always 1 FPS.
This did not happen before, and it even happens on empty scenes. However I can move my mouse around for some time to fix this, to make the frame rate around 65. This is really buggy.... What can I do?
Answer by landon912 · Jan 19, 2013 at 04:06 PM
Your doing too much in start up is what it sounds like. Also your vert/tris count is very high.
Agreed. Something in your startup is very unefficient. It'd be good to see some code.
well, I do need quite some vertices... but no. I don't have a thing in start.
Not only in code : loading heavy textures, models, etc.
ok, will this happen after I build the project?
It's really stupid if id does... how will i make big projects?
$$anonymous$$aybe your project is not so smart, and not the engine. Also you could build it, and try it.. I guess your "big" project is not even close to what really big Unity projects already exist, and have no problems with performance.
You haven't shared any specifics about what you're doing, no code sample, no nothing. How should we know what's the problem?
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
MiniMap Icons 0 Answers
Parsing Error CS8025 1 Answer
Android development app and building help 1 Answer
If Statement Conditional Not Working 1 Answer