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

2 Answers

2

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

All non static just import 2 model fbx and added the controller and light

Make sure you have no heavy loops inside your code inside mains loops: Update, FixedUpdate, LateUpdate. Put logs...

No code on scene