praydog / UEVR

Universal Unreal Engine VR Mod (4.8 - 5.4)
http://uevr.io
3k stars 156 forks source link

UI clips through enviroment on Quest 3 / No curved UI option on Valve Index #56

Open Hoshi82 opened 8 months ago

Hoshi82 commented 8 months ago

I noticed that for Visage the UI clips through the enviroment and the ingame hud as well when using a Meta HMD. Only found out because a friend had that issue but not I. Compared it with my Index and noticed there the UI and hud is always on top of the enviroment. I looked throug the UEVR UI and couldn't find anything related that would force the UI on top, so that might be a bug?

Also there is no option to used a curved ui display when using the Index. The whole option is missing.

For better understanding I uploaded a clip on my YT channel: https://youtu.be/Z1v-2Xf-SfE

praydog commented 8 months ago

Curved screen (cylinder) is only possible with OpenXR, on supported runtimes, which there aren't many of. It's an OpenXR extension that UEVR is taking advantage of.

I'd have to write a shader to do this.

praydog commented 8 months ago

The other issue you are describing with thr UI is likely because of "enable depth" being ticked on. This causes overlays rendered by the runtime to become part of the game world unfortunately.

Hoshi82 commented 8 months ago

The other issue you are describing with thr UI is likely because of "enable depth" being ticked on. This causes overlays rendered by the runtime to become part of the game world unfortunately.

I see. So it's game related thing and no option to force it off via console command or the UI itself? It's interesting that it only happens with my Q3 but not the Index. Do they differ so much?

praydog commented 8 months ago

The other issue you are describing with thr UI is likely because of "enable depth" being ticked on. This causes overlays rendered by the runtime to become part of the game world unfortunately.

I see. So it's game related thing and no option to force it off via console command or the UI itself? It's interesting that it only happens with my Q3 but not the Index. Do they differ so much?

It's an option under UEVR's "Unreal" tab.