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

Player physics do not match in-game (jumping, running, etc.) #77

Open
Saberpeep opened this issue Apr 26, 2023 · 0 comments
Open

Player physics do not match in-game (jumping, running, etc.) #77

Saberpeep opened this issue Apr 26, 2023 · 0 comments
Assignees

Comments

@Saberpeep
Copy link

It makes it very difficult to design colliders/etc. when the clientsim player can jump higher and walk up steeper slopes than the player in VRChat actually can. I'm just making a basic world but I can't imagine how difficult this must make making for instance a parkour or jumping puzzle world.

The clientsim player can walk right up steep slopes whereas the in-game player gets stuck sort of flying/sliding on them.
The clientsim player can jump over colliders that the in-game player doesn't jump high enough to clear.

In my case I'm just using the default VRCWorldSettings provided by the SDK example:
jumpImpulse 3
walkSpeed 2
runSpeed 4
strafeSpeed 2

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

2 participants