I read that extra camera can significantly reduce performance. And in the moments when the camera is not in use it is better off.
However, options off too much.
- Camera.enable = false
- CameraGameObject.SetActive(false);
- CameraGameObject.renderer.enabled = false
How to turn off the camera?