pmndrs / ecctrl

🕹️ A floating rigibody character controller
MIT License
553 stars 64 forks source link

Character keeps falling through the floor #113

Open TyByers21 opened 4 weeks ago

TyByers21 commented 4 weeks ago

I'm having a problem with my character always falling through the floor no matter where I position the character or the ground. everything is setup as a trimesh in rapier. Is anyone else having this issue?

elisherer commented 4 weeks ago

it happened to me when the character was suppose to stand on a rigidbody of a loaded model. if there is no suspense (react) and the model will not load in time, the character will fall through. also make sure ccd is on for the trimesh and that the character has a "falling" on start (or position it slightly above where it should stand)

madsapce1112 commented 2 weeks ago

That reason is because before load the rigid model, your avatar is pre-rendered.