Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

animations for pause menu

//use unscaled time for the animator update mode
//for Coroutines, use WaitForSecondsRealtime
//example
yield return new WaitForSecondsRealtime(0.05f);
 
PREVIOUS NEXT
Tagged: #animations #pause #menu
ADD COMMENT
Topic
Name
4+4 =