Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey, I really like what you’ve done with this controller! However, I’ve noticed a bug with the wall jump. When jumping off the left wall, everything works fine, but when jumping off the right wall, the jump feels significantly more powerful. You can see this issue in the demo you posted.

Ooooh. I'll look into it! Thank you for checking it out and letting me know :D

With pleasure! Let me know if you find any solution. 😊 However, I wanted to ask you something: how can I add another animation? I’ve been trying for 3 hours, but I just can’t get it to work. ^^

(1 edit)

Your animations should be defined in the animated sprite. Animations will appear on the animation section of the inspector (that section can be seen in the screenshot I included in this page, itch isn't letting me add it to this comment).

If you  are not seeing it there after adding them to the animated sprite then it might be some issue with the refresh function, reload the scene and it should be there. 

The way those dropdowns world is each movement type has some animations defined. When those movement types call for an animation they use the animation you define on the inspector. So for example, if you make a new animation in the animated sprite for running you can set it for the run variable in the animation section and you will see it when you start running.