Hello there. I am using a custom camera script to create an offset for the camera. I would like the player to be in the left hand side of the screen but still facing completely to the right. I do not want the camera to automatically adjust the rotation so it is facing the character. Which setting should I set the camera to or what should I do? Thanks much!
~yoman1776
You would need to set it to the Scriptable camera type
What this does is it allows you to change the rotation of the camera to your liking, through a script. Make sure that your script is a local script, as only local scripts can access the camera.
For information on how you can manipulate the camera, click here
Hope this helped!