Answers for "unity change animation with script"

C#
0

unity c# change animation

gameObject.GetComponent<Animator>().Play(string animationName);
Posted by: Guest on June-01-2021

Code answers related to "unity change animation with script"

C# Answers by Framework

Browse Popular Code Answers by Language