Answers for "unity get animation script"

C#
4

how to get the current gameobject animator in unity

Animator animator = this.GetComponent<Animator>();
Posted by: Guest on August-16-2020
9

play animation through script unity

animator.Play("StateName");
Posted by: Guest on June-30-2020

C# Answers by Framework

Browse Popular Code Answers by Language