pmndrs / ecctrl

🕹️ A floating rigibody character controller
MIT License
530 stars 63 forks source link

Character is sliding automatically #81

Closed kenil84 closed 3 months ago

kenil84 commented 3 months ago

I have one character in which, I am moving the character using left right forward, and backwards. I am using mode="FixedCamera". But when I am clicking on forward the character is sliding automatically.

NicolasBrondin commented 3 months ago

Had the same issue going from 1.0.79 working great, to 1.0.81 with the following issues :

ErdongChen-Andrew commented 3 months ago

Check the version of @react-three/rapier; it needs to be higher than 1.4.0

kenil84 commented 3 months ago

@ErdongChen-Andrew It is working fine after changing the version of the library. Thanks for your help.