- Home /
Question by
GizmoBradwell · Oct 04, 2012 at 05:18 PM ·
automaticallyanimation.playarray list
Play Animation Elements List
Hi,
How do I write a script that SIMPLY just auto plays through all animations contained in the animations Element array when I start the scene? Element 0, 1, 2, 3, 4,
Something like this?
function Start () {
animation.PlayQueued("all", QueueMode.PlayNow);
}
Comment
Your answer
Follow this Question
Related Questions
switch between multiple cameras based on distance to target 2 Answers
Unity Webplayer causes page to scroll to its bottom edge 1 Answer
How to export to gradle using BuildPipeline.BuildPlayer 2 Answers
MissingMethodException error while trying to play animation when GameObject is destroyed 0 Answers