Answers for "unity play animation once"

C#
5

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