I want my player to move smoothly when walking against another object. For example, if there is a wall below my player and they are holding down/right, I want them to move to the right freely without scraping along the wall
How to remove collision friction?
- Edited
Hi there,
It's on your rigidBody or kinematicBody properties, there is a friction parameter, you can reduce it to a value like 3, your player should slide along the wall when it's angle to wall is not 90°.