Answers for "play animation once unity"

C#
0

unity play animation on click

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

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