Camera and Crouching #49
Unanswered
thelightxen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
use player camera manager instead of a camera component |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When adding a camera component to a player, the camera does not move correctly when crouching.
I fixed this (in my project) using DetachFromParent, teleporting player to the world camera location and again AttachToComponent for the camera.
But what if this can be fixed differently?
Beta Was this translation helpful? Give feedback.
All reactions