UI elements are only visible for one eye in .exe

Hi, I am working with Unity 2017 and zCore plugin 5.0. When I build my .exe, the ui canvas elements are only visible for one eye but the 3D elements work just fine.

I tried creating buttons, images, Scroll View, and even build the CameraNavigationSample example file, and I’m still getting the problem.

When im edditing the proyect,i cant see the ui elements on the Preview Window(stereo) because they just appear on edit mode (mono).

Thank you.

Unfortunately OnGUI and Canvas UI elements set to “Screen Space” render modes only render to one eye in any stereo implementation, zSpace or otherwise, in Unity at the moment. I recommend implementing a Canvas UI in “World Space” Render Mode.