Currently i’m trying to make my cinemachine camera rotates my game object based on the cinemachine’s rotation but i couldn’t figure out how to do that i find a way to pull a similar method but it makes the camera and the body be desynch ie the camera rotates first and the body later here’s the code i used for that
I would suggest making your mouse directly move your game object and NOT move the camera. Let the camera position itself according to the game object, not according to the mouse. If you could show an image of your vcam inspector, it would help.
You should remove the LookAt target. You’re incorrectly telling the vcam that it’s looking at itself. Then the warning will disappear and blends will be better.
Instead of doing HardLockToTarget, you can make the vcam a child of your player and make the head a child of the vcam. Then, POV will automatically move the head as well as the camera. So, set your Follow target to null and set the Body to Do Nothing.