Hi everyone,
I make a project Hello Neighbor and can’t fix a problem: my player don’t go up the stairs.
Could someone help me?
Project editor link: PlayCanvas | HTML5 Game Engine
This is a common issue.
In my games, I usually use an upside-down cone instead of a capsule for the player’s collision. It allows the player to slide smoothly over other objects. Also, make sure to set the friction and restitution of the player and climbable rigidbodies to zero.
https://launch.playcanvas.com/2326708?debug=true
Please don’t tell anyone, because this is my secret trick!
Ok, thanks. Your secret is in safe hands.
1 Like
Can you share editor llink to this: PlayCanvas | HTML5 Game Engine