Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity how to set framrate C#

// Make the game run as fast as possible
Application.targetFrameRate = 300;
 
PREVIOUS NEXT
Tagged: #unity #set #framrate
ADD COMMENT
Topic
Name
9+2 =