Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity change fixed timestep in code

// Sets to 20 fps
Time.fixedDeltaTime = 0.05f;
 
PREVIOUS NEXT
Tagged: #unity #change #fixed #timestep #code
ADD COMMENT
Topic
Name
6+7 =