Answers for "how to switch animations unity"

C#
0

unity c# change animation

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

C# Answers by Framework

Browse Popular Code Answers by Language