my player is stuck moving in only one axis (X-Axis) (dynamic rigid body with collisions)
heres my canvas: PlayCanvas | HTML5 Game Engine
my player is stuck moving in only one axis (X-Axis) (dynamic rigid body with collisions)
heres my canvas: PlayCanvas | HTML5 Game Engine
did the linear factor thing you said, but it really just moves in one axis and making Y:1 sometimes makes my player fall:<
heres my code and a video of my player falling when enabling the Y:1 (animations work fine with WASD it just really doesnt move)
You are not supposed to use translateLocal
and applyForce
at the same time. With a dynamic rigidbody you can only use applyForce
.