On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I came across this in my own game as well. I think I solved it with setting the CharacterBody's motion mode to floating instead of grounded (according to the editor's note it changes the behavior of move_and_slide). I used 4.0 RC 1 and my game is 2D so the solution in 3D might not be the same.

Thanks for the info! My game is 2D as well, so maybe it’s the same exact issue.