This is more of an ‘approach’ question than a technical question.
For my use case, I need three layers (depths).
-
The VR Hands – on top of everything.
-
The UMGs – beneath the VR Hands, but above everything else
-
Everything else – under both the vr hands and the umgs.
The only solution I’ve found seems to be two layers. If I disable depth testing on the UMG, that’s a start, but the hands always appear behind the UMG. Custom shaders seemed like they could accomplish it for the hands, but it left them completely opaque white, which isn’t really desired.
What is the best way to create an environment with three layers (or depths)?
Reading material would also be appreciated!
Thank you!