Is there a tutorial out there for making an orthographic camera that follows a certain “target” or sprite / gameobject? Or any advice on how to do this
Make the camera a child of the game object it is following. Offset the camera a fixed amount from the game object. Now it’ll follow the game object.