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 ![]()
Is there any way to disable rendering without the screen going crazy?