Hi, I’m kinda new to Unity and I’ve been facing this problem recently. I have a 3D plane, a cursor wich is a 3D object, and two buttons on a Canvas, accting as a Menu. When I move around, I can see the cursor on the surface of the plane, but when it gets to the buttons, it looks like it hides behind the buttons, but it allows me to click on them. So I have a cursor that “works” , I can click on the buttons when I’m on then, but it’s not being shown above these buttons so the user can see the cursor.
I’m programming for Hololens so I’ve got the canvas “render mode” set to World Space, using the Main Camara as the event camera. The Main Camera need to have the “Clear flags” to solid color and with color black, so I can see the room where there is black in the project.
This is a image of my problem. I want the cursor to be seen above the button. Any ideas?