Answers for "play an animation once in unity"

C#
9

play animation through script unity

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

unity play animation on click

animator.Play("anim");
Posted by: Guest on June-11-2021

C# Answers by Framework

Browse Popular Code Answers by Language