Background
I am using Unity3D 5.3.5 to develop a Google VR (Cardboard) project
Introduction
I added a canvas button to my scene. It shows up in scene mode and sometimes in Game mode but never when I run the project
What I have tried
- Turning off Direct Render for Main Camera
- Setting up Render Mode of canvas to World Space
- Adding Main Camera to Event Camera
Observations
- Button shows up in Scene and Game Mode but not during Play mode
- Though the UI does not show up, Physics Raycaster in the reticle hits the button.