- Home /
Very low fps with simple scene
I also noticed that if i delete some objects unity crawls even more :
Wth is going on?
Edit:
Just New scene -> import those 2 fbx rooms -> add light -> add controller
No code, no colliders etc
Answer by toum · Mar 28, 2013 at 08:17 PM
Are you trying to move any objects you marked static? Make all un-static for testing purpose only at first... Any checks with the profiler?
All non static :
Just New scene -> import those 2 fbx rooms -> add light -> add controller
Answer by zeroday · Mar 28, 2013 at 08:45 PM
All non static just import 2 model fbx and added the controller and light
$$anonymous$$ake sure you have no heavy loops inside your code inside mains loops: Update, FixedUpdate, LateUpdate. Put logs...
Your answer
Follow this Question
Related Questions
CPU usage, fps and colliders 0 Answers
FPS alternate each time I run my application. Sometimes it's 100, sometimes its 500... 1 Answer
Massive performance decrease in 3.4 / Device.Present taking large amounts of time 4 Answers
GPU running 100% while Unity build is minimized and running in background 1 Answer
Unity Recommended Specs 0 Answers