I want my camera to follow the player rotation but the camera should always have an angle to the player. I have this:
transform.rotation = player.transform.rotation;
But now the Camera looks straight at the player and not at an angle from above. How can I add my wanted angle to the rotation? Thanks for your help!