Hey there.
I am currently working on a third person camera, but i have run into an issue.
What i want is for the player’s camera to be offset from the player’s head.
Problem is, i’m not the best with my maths in this area. Obviously adding
a Vector with the value of the offset means it will not always be on the
same side of the player’s head no matter which way they are facing. I also
don’t want the camera to wobble because it is attached to the head.
When the player tilts their camera up or down, I want the camera to change
height according to how tilted the player’s head is, and to always face the way the player is facing.
This is what i have now
How often are you updating the camera position? I’m not entirely sure but try making it update quicker. Couldn’t tell too much from the video but that’ll make it look less skippy.
So just every frame? It almost looks like it just jumps too far, play with the values and try and make them smaller. Without seeing code that’s the best advice I can give. Good luck!