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);
}