Calculating seconds in Start
I'm trying to calculate the preferred frames per second in Start() without setting Application.targetFrameRate. Normally I would simply divide by Time.deltaTime. However, because I'm trying to do this in Start() the deltatime is inconsistent with Update().
When debugging deltatime: Start() gives a deltatime of 0.02 and so do the first couple of frames in Update, then it seems to go to 0.0166 as it should.
Does anyone know of a (semi) reliable way to get the preferred framerate?
Comment
Your answer
Follow this Question
Related Questions
I need help with FMOD adaptive music not playing. 0 Answers
How to Fix my Unity? 0 Answers
Startup Unity shows blackscreen version 2018.1.3f1 0 Answers
Frame Drop After Advertisement 2 Answers