How to remove shaking the camera in a first person view? Due to animations while running, walking, etc. camera shakes (camera is attached to the head of the character)
You would have to move the camera up in the hierarchy of game objects. Make the camera a child of the main player game object instead and move it so it is about at the player’s head. Or create an empty game object and attach the player and camera to it as children (you would have to adjust your moving of the character to reflect this change).
Thanks for the answer but that won’t work because the camera will go behind the character’s head. The second option also won’t work for any complicated camera look / aim stuff such as the one in FPS games.