03-14-2023 02:32 PM
Hello everyone !
I'm trying to use translucent material on object with a OVR passthrough layer component on my VRPawn and setted in Underlay mode.
When my shader is opaque or masked, no problem but when it's an actor with a translucent material, I can just see them through other opaque objects behind. It seems relative to the fact that translucent material are not rendered in the Scene Depth pass.
Is it possible to manage this ? How can we achieve that ?
Thanks in advance for your help
Unreal 4.27.2 - Custom build from Oculus GitHub repo
Solved! Go to Solution.
03-15-2023 02:40 PM
Hello again,
I finally migrate my project to UE 5.1.1 with the official MetaXR plugin and now it's working properly.
Bye !
03-15-2023 02:40 PM
Hello again,
I finally migrate my project to UE 5.1.1 with the official MetaXR plugin and now it's working properly.
Bye !
03-17-2023 06:49 AM
@SoWhen_studio were you able to build UE 5.1.1 from source? Or did you just use the official build/plugin? I keep running into this issue when attempting to build and was wondering if you might know the fix