Camera controls ingame like in editor

Hello,
I would like to control the ingame camera the same way that in the editor / scene view. I spent a few hours to look at all the camera scripts I could find, but I couldn’t find one to move the camera inside the game the same way that inside the editor.

If someone knows a solution, thanks in advance.

You want to drag it around? Or set its positions by typing in numbers for position and rotation? IF it is the last one make some gui for it maybe?

I just want to move the camera like I do in the editor :

  • mouse wheel to zoom in and out
  • mouse right button to rotate
  • mouse middle button to scroll
  • arrow keys to scroll

It’s that simple. I just would like to move the came in game like I move the camera in the scene view.

Can use something like this:

And other types of input/events:

And then handle zooming and other things like that in a script attached to the camera for example.