How to make a static camera (No mouse movement)
For my main menu, I have a second camera which shouldn't be moving up and down due to mouse movement but is, and I just would like to know if I can make this camera in a fixed position / angle
Answer by Lysander · Jan 03, 2018 at 11:18 PM
Drag it in the root of the scene hierarchy (no parents), or make sure that the parent it has isn't being moved about. Also make sure the tag isn't set to MainCamera.
Cameras don't automatically respond to input, so I'm guessing you either attached the camera it as a child of something that IS receiving input (maybe even your other camera), or you have a script attached that's explicitly moving it in response to input.
Your answer
Follow this Question
Related Questions
OnMouseDown raycast doesnt match UI crosshair 1 Answer
Place GameObject's rect 0 Answers
Mouse Scroll not working on Camera (But can scroll the player) 0 Answers
what is the main camera size? 1 Answer