I have a scene on my project where I want to use 4 cameras. Each camera is for a specific use:
One that is attached to a character (cameraPlayer)
One for a terrain edit mode (cameraEditor)
One for the minimap (cameraMinimap)
One for the GUI. (cameraGUI)
I would like camera 1 (cameraPlayer) to be the main camera that sees all the scene as if it were the only camera.
I would also like to be able to switch from camera 1 (cameraPlayer) to camera 2 (cameraEditor) active to switch to a larger view of the terrain (the camera for Edit mode.)
before, I used to scene.activeCamera = camera2 when I wanted to switch to another camera. But with the multiCameras I’m lost. I can do it when I use 2 cameras, one on each viewport, but beyond that, I can’t do it anymore.
I would also like camera 3 (cameraMinimap) to display a minimap with the viewport and to eliminate the graphical interface of the camera 4.
And for the camera 4 (cameraGUI) that it just displays the GUI (which seems to be the case in the PG)
I may even add a fifth camera to generate a map of the world in real time in the end (without the graphical interface) But I’ll see about that later. I feel like I’m asking a lot already…
Currently on this PG it does not work good. I may have mixed up the brushes.
Does anyone know how I can solve these 4 or 5 problems?
Hi,
Did you actually rush the PG a little?
There are already many errors when calling the cameras to set the layerMask. Seems like you forgot to change the name of the cam when setting the parameter. So, I corrected this for a start.
I’m also bringing your GUI to the foremost top of layerMask. This should provide with a better start to fix the issue.
Next, I need to read again the different conditions (which camera needs to render what and when).
But I guess it will already be easier to do with this revised version of the PG…
Edit: Slowly getting there I guess (I hope ) Steps 1 and 2 done if I understand correctly?
Edit1: Steps 3 and 4 done (hopefully Press H to change cam (and hide GUI on editor camera)
Are we getting close? Let me know…
Last Edit: My apologies. Didn’t realize I lost controls. You should not dipose of the camera. I fixed it here: