unity how to set framrate C# code example
Example: unity how to set framrate C#
// Make the game run as fast as possible
Application.targetFrameRate = 300;
// Make the game run as fast as possible
Application.targetFrameRate = 300;