Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Character keeps falling through the floor #113

Open
TyByers21 opened this issue Oct 7, 2024 · 2 comments
Open

Character keeps falling through the floor #113

TyByers21 opened this issue Oct 7, 2024 · 2 comments

Comments

@TyByers21
Copy link

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
Copy link

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)

@madspace1112
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants