Just started working with NGUI and really enjoying the texture atlasing and everything. Looking into make my own stuff outside the tutorials now, but can't seem to get the "PlayIdleAnimation" script to work.
I create a gameobject called Animation and put it as a child of my button and put in my animation called "idleWobble" and have even tried renaming it "idle".
Wobble is just a simple rotation based script. I know there is "TweenRotation" or something like that, but want to try and getting custom animations working. Any recommendations?