So I am making a top-down RPG kind of game and I have managed to get the camera to move but I have 2 issues with it now and I have thought of a way to fix both.
-
The first would be that when I move the camera away and then I click for the player to move to a location the camera also moves and I was wondering how I could get the camera to snap back to default position (Behind the player) when I click for the player to move.
-
The camera also stutters when the player is moving and I want to move the camera to look around so if the camera gets stuck in place while the player is moving that would fix both of the problems as I won’t need to move it as the player moves.
Thank you in advance for any help.