Search Unity

2D Character Sprite Animation

Discussion in 'Animation' started by jasashton, Nov 21, 2013.

  1. jasashton

    jasashton

    Joined:
    Aug 17, 2013
    Posts:
    1
    I'm trying to animate a sprite by cycling through multiple sprites to create an animation.
    I've got everything working correctly, but for some reason it won't change the sprite anymore.
    I had it working previously, but now it won't. To make sure it's not just the animation not being called, I added a rotation. The rotation works fine. I've included the animation window, I can include more if requested. Thanks so much

    $screenie.png
     

    Attached Files:

  2. keely

    keely

    Joined:
    Sep 9, 2010
    Posts:
    967
    You seem to have Animation component instead of Animator. Animation is legacy and doesn't support sprite animation.