Disabling all Cameras Android/Iphone

My app is running for long periods recording data.
During this time i dont need the screen to render anything and so i want to turn of all rendering to save battery.

Disabling all cameras work fine in the editor, profiler shows 0ms gpu-time. but when i run it on my android phone the screen starts going crazy showing all kinds of colors :stuck_out_tongue:

Is there any way to disable rendering without the screen going crazy?

1 Answer

1

There’s an option on the Camera called ā€œCulling Maskā€, if you put it at ā€œnothingā€ it shouldn’t render anything.