Answers for "animation playing on start unity"

C#
9

play animation through script unity

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

unity stop animation from playing at start

1. Right click in animator tab and select "Create State"
2. Right click that state and select "Set as Layer Default State"
Posted by: Guest on January-03-2022

Code answers related to "animation playing on start unity"

C# Answers by Framework

Browse Popular Code Answers by Language