Answers for "where to set target frame rate in unity"

1

unity target frame rate

//Make the game run as fast as possible
Application.targetFrameRate = 300;
Posted by: Guest on April-03-2021
1

how to set the frame rate unity

Application.targetFrameRate = 300;
Posted by: Guest on February-11-2021

Code answers related to "where to set target frame rate in unity"

Browse Popular Code Answers by Language