Hello,
I’m making a game where, when the player is holding a bat, their center of focus is not their head (e.g. when u zoom in u zoom in on the character’s head) but instead a little bit to the right of that.
I feel like the solution is very simple, but I haven’t been able to quite find a specific answer on the web.
The attached image should help, I want the camera to point towards the center of the sand rectangle thing, while the player can stand towards the left of the frame. When the player zooms in, I would like the zooming in point to be towards the center of the rectangle, not the character itself (like the HCBB baseball game, where the camera points toward the pitcher and not the player’s avatar)
(I don’t want the camera to be in a static position, but moves like a normal camera would, except in a different relative position)
All help is appreciated, thanks.