- Home /
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 :p
Is there any way to disable rendering without the screen going crazy?
Comment
Answer by psycocrusher · Mar 30, 2013 at 12:23 AM
There's an option on the Camera called "Culling Mask", if you put it at "nothing" it shouldn't render anything.