I need in my game that the framerate is 60.
How to collapse the frame rate to 60 fps?
Thanks in advance!
Note that targetFrameRate is only an approximation and doesn't necessarily work in all cases. Make sure your game can run at any framerate.
http://unity3d.com/support/documentation/ScriptReference/Application-targetFrameRate.html
Note that targetFrameRate is only an approximation and doesn't necessarily work in all cases. Make sure your game can run at any framerate.
– Eric5h5