I have been having a problem in which when I play my game, the camera points at my character’s bottom and even if I move the camera, it will always go back to said position.
Your camera must have targeted to the character bottom.
-
Make a new empty object say “target” inside your character prefab (child of character).
-
Place that target on head of your character.
-
Now make this target object TargetLookAt of camera.
Now your camera will look at that target point not the bottom.