On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

I feel like you were moving character by adding to its position (it is like teleporting character), and that can cause problems because character can end up in wall's collider, wall collider will try to push player back making it look like you are bouncing. I suggest to use addForce or at least changing body's velocity each frame. With that player will collide with walls smoothly without bouncing.

Thanks for the tip, will definitely take a look at it, probly wont update this game here the code is a mess. But the next controller I write should be more reliable.