Hey everyone i’m using Spritemanager 2 to do my animations and right now its not working… I added animations to the timeline and named and numbered them and this is my script link text
but when I move the player the animation doesn’t player… I am using a packed sprite…
Here are some images…

Please help guys
Thanks!
-Kevin
A basic question. You did build the atlas before you ran the app? Put CharacterSprite.PlayAnim(0) in Start() to separate out PackedSprite issues from your code logic issues.
– robertbu