I have a terrain and some cube placed in the terrain.Even I haved added the Reticle to point at that cube and display some message when the user gaze at the cube.
I have set the distortion to “None”.
The problem Iam facing here is,when I run the app the cubes and the pointer(reticle) is seeing as double in the scene.What will be the reason for it.
Hi @ash_05
I had this problem and just managed to get it working. Maybe these steps might help.
Try updating to the new googlevr package. Remember to do the update properly. 1. Don’t have a cardboard scene open 2, Delete the old cardboard and plugins folders.
This made the double reticle go away most of the time. But I still had a UI Panel which caused a double pointer whenever the pointer was on it. I fixed this by removing the “Canvas” component from it. And using a “CanvasGroup” component instead.