How do I test low framerate?
I'm using a function that uses distance and deltatime to control my camera. It seems to be working well but, I want to make sure that it doesn't freak out if the framerate dips super low
Answer by oscarAbraham · Aug 05, 2021 at 06:18 AM
You can use Application.targetFrameRate, and set it to some low number. It doesn't sound like something that should be a problem though; if the framerate dips super low, things will look weird anyway. I don't know your specific code, but well-made functions to move things that use delta time usually work with different framerates in my experience; that's the point of using delta.
Your answer
Follow this Question
Related Questions
Frame Drop After Advertisement 2 Answers
Unity 5.5 editor performance - "Unaccounted" 1 Answer
Is anybody else completely unable to use Unity? 2 Answers
60 fps to 30 fps makes movements jittery on mobile device 1 Answer
How to reduce the blurring of moving objects on iPhone Screen and MacPro Screen. 0 Answers