Move camera around

Hi, Is there any possibility to stop moving a camera around when I click Play. I want it to stay in one position without moving.

Thank you.

1 Like

Hi @tajajtsidi,

You can set the camera type to Fixed Position.
Please, watch a tutorial for more information:

Thnak you for your answer.
I have done this before but I still can move it around in Play mode with up down right left keys an also by holding on the mouse left button. So, I want to stop this to happen. Is there any code to do that?

Thank you in advance.

Can you fix the link? It’s broken

Hi @Blazifying,

Disabling key inputs is pretty easy - Input.onKeyPressed(function(){},'left_mouse_button');

See Input | for more detail and mappings.

Hope that helps! Let me know if you have any further questions about this.

Geoff @ TechLeap

2 Likes