I want to make camera to see the right side of the player. But if I use
Code:
camera.pan = player.pan + 90
(+90 = to make the camera in the right side of player) Everytime the player turn around, the cam turn around too. How do I make the camera shot the right side of the player but player's movement doesn't affect the camera?