Animation.playAutomaticallyvar playAutomatically : booleanDescriptionShould the default animation clip (Animation.clip) automatically start playing on startup.
JavaScript
animation.playAutomatically = true; using UnityEngine; import UnityEngine |
