

<<OVRPlayerController camera OVRCameraRig camera>>
I have two OVR camera objects OVRPlayerController and OVRCameraRig.
As you can see, I'm trying to use OVRCameraRig to render only UI.
The problem is that it comes out perfect on Unity Editor, but not in my android device!

When I run this in GearVR with my phone, only one of them renders.
Whenever I add an OVRcamera, the older one stops rendering and only the new one does.
Can anyone solve this problem?? I can't find what I'm doing wrong :'(