-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
The Player falls through the platform immediately upon opening the Website #12
Comments
It seems to be a performance issue. Try opening it on different devices. |
Tried running on multiple devices ,and different browsers but the issue still exists .. the problem does get resolve upon reloading multiple times . |
Could be. 🤔 |
nah same issue with that :( |
hey btw after replacing the entire character with a low geometry mesh ,it seemed to work fine :) |
Good to know that! Seems like i added too much to the demo 😂 |
btw i noticed few more issues with the codesandbox demo , one that the jump functionality doesn't seem like working and the player keeps on moving infinitesimally upon pressing wasd keys. Whats the possible fix for that 😅 |
Everything is functioning well on my site; I've never encountered that issue. |
Sure, btw how did you implement the logic of using a first person camera movement for the touch device , |
I wrote the camera movement myself, allowing me to check for the availability of PointerLock. If it's not available, I use drag and move functionality. |
could you mind sharing the code for drag and move functionality or if possible help me with creating a react wrapper for such drag and move controls. |
You may check the code in |
Screen.Recording.2023-12-23.at.1.04.35.PM.mov
The text was updated successfully, but these errors were encountered: