You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really know how the camera system works since I've been using my own, but from what I can see it seems like the linecast for the camera collision on world is starting from the bottom of the character's capsule, since we can see it moving back to its correct position from the capsule's bottom. Since it's starting from down there the linecast is constantly hitting the ground, moving the camera there, since it thinks it's a wall. I also don't know how you've setup your projet, but I'd look into finding the starting point of that linecast and try to move it up so the linecast stops constantly hitting the floor.
The camera is colliding with something, either your character or the environment. Look at your collision for these things and alter them to ignore it or have it ignore them.
Repository owner
locked and limited conversation to collaborators
Oct 6, 2024
Whenever I walk on the ground or stairs the camera is very choppy but the camera for running works fine. Any suggestions to fix this?
camera.problem.480p.mov
The text was updated successfully, but these errors were encountered: