https://streamable.com/u85eq2
The camera at the start of the game is turned off, preventing the movement of the map / level in the game. But if you turn it on in the game everything works fine. Tell me how to set up so that the camera does not turn off?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
The behaviour is intended - Cameras attached to GameCameras will disable themselves, so that only the MainCamera performs any rendering.
To have the camera move as intended, set it as your game's default in the Scene Manager - the MainCamera will adopt its position values.
See the Manual's "Cameras overview" chapter for details on how the camera system works.
I'm sorry I can't figure out where to set the default camera, please show a screenshot.


It will appear underneath the Default PlayerStart field at the top of the Scene Manager - but only once the Default PlayerStart field has been assigned (since the Camera and PlayerStart are linked):
Thanks, Chris!