How can invisible camera?

I used 2 move camera and a lot of static camera and swap camera

I want don’t render camera not use camera.

How can don’t render not use camera?

Sorry sorry i can’t use english well :slight_smile:

You can prevent a camera from rendering by setting its ‘enabled’ property to ‘false’, e.g.:

myCamera.enabled = false;

Is that what you’re looking for?

thx ^^