- Home /
My 2d Game Is Running At A Constant 2-3FPS?
Hi, I'm making a 2D game with unity. I have an Orthographic view and have added camera follow to the player. I also have background sprites and a base platform which the player stands on.
I have no idea what could be causing this problem although I must note that it has happened before but the problem seemed to fix itself. If you need any further informatin please feel free to ask.
Look for an OnGui debug call, or an OnGUI Texture2D display where the Texture2D is null - both of those will tank FPS.
Start disabling scripts one by one in play test mode starting with the scripts you have recently changed and see if one of those is the culprit.
Have you tried tweaking the Quality settings? $$anonymous$$aybe toggling VSync will work?
Answer by Patel-Sagar · Apr 10, 2014 at 05:43 AM
use window/Profiler to see which object/script is taking this much load.
Your answer

Follow this Question
Related Questions
Serious performance issues 0 Answers
Camera lagging and flipped 0 Answers
Lag on Unity Remote but no on computer, 0 Answers
Unity for Android - Display lag 1 Answer
Jitter on object falling down on PC and android both. 0 Answers