Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Choppy Camera while walking #547

Closed
scope9 opened this issue Aug 30, 2024 · 2 comments
Closed

Choppy Camera while walking #547

scope9 opened this issue Aug 30, 2024 · 2 comments

Comments

@scope9
Copy link

scope9 commented Aug 30, 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
@jomath229
Copy link
Contributor

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.

@GStreetGames
Copy link

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
@Sixze Sixze converted this issue into discussion #565 Oct 6, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants