I’m using the character animations extention, i have a body sprite that works out all of the physics, but the sprite still jitters between animations when i land. What gives?
1 Like
Could be a lot of things, can you show the code?
image size (pair is best)
I normally run the character animations in an on game update block
The issue here is that your animations are changing size. Check out my comment here for a more in-depth explanation and some sample code on how to fix it:
The thing is i made a body sprite already, but it didnt change anything.