I want to be able to pan the camera up and down with Up and Down (arrow keys), just like how you can pan sideways with Left and Right. I want to do this via CameraModule (the built-in camera). I thought the easiest way to achieve this was by editing the CameraInput script but so far nothing I’ve tried has worked, likely because I don’t understand how any of it works. Could someone point me in the right direction here?
You do not need to do it through the built-in camera module. Sure, you could, but almost noone knows much about how it works, so it’d be easier to make and edit in a separate script. If you do find where it is made then I’d instead disable it and add both left-right and up-down pan on my own. But yeah, that’s just my opinion.
Doing it through CameraModule is just my preferred method since it’s cleaner and theoretically easier (if I could just find the code responsible for panning). I’m also willing to do it via a custom script if anyone is willing to help with that. either way idk what I’m doing