Player movement controller

Player movement and dash

Press WASD and shift keys to dash

http://fancy-pain.surge.sh

I use translation software, so I don’t know if I’m right

3 Likes

Hello and welcome to the Babylon community! The dash effect is very cool!

Added jump and two-step jump function. And the optimization of the feeling of movement
https://63c9565b0fd0352c7ff2c3ab--mtbv2.netlify.app/

2 Likes

5 Likes

Wooooo neat! :smile::heart_eyes: Are you using any physics?

The character itself is not driven by physics.
However, if the scene is physics-enabled, it will use the physics version of ray detection, and will create a physics body that will be used to interact with other physics bodies in the scene.

1 Like