How to move srite in animation panel?

Updated on December 17, 2018 in [A] Animation
Share on Facebook0Tweet about this on TwitterShare on Google+0Share on Reddit0
2 on December 15, 2018

How can I move sprite Separately from rigid body in animation panel? I want my character to stai inside a colider and stay at the same spot when attacking but I don’ t know how to do it.

  • Liked by
Reply
0 on December 15, 2018

link to pictures: https://imgur.com/a/Z8xLnt7

 

  • Liked by
Reply
Cancel
0 on December 17, 2018

I would suggest that you have a character parent object.

So the heirarchy would look like this:

CharacterParent
-CharacterSprite
-CharacterCollider

 

This way, they can act independently of each other and still have local offset distances referenced from the parent object

  • Liked by
Reply
Cancel