Hi,
is there a simple way to render 3D entity on top of 2D screen ? I put the model in UI layer, but I’m missing something like a render order or equivalent.
Thx
Hi,
is there a simple way to render 3D entity on top of 2D screen ? I put the model in UI layer, but I’m missing something like a render order or equivalent.
Thx
Hi @Pouli,
Check this post:
Thanks Leonidas,
indeed this is a solution. In fact I’ve just fixed it on my side, by creating a new “onTop” layer and sublayer under UI one in order list, and put my special 3D in this layer and add also this new layer in camera layer mask list.
Nice, thanks for sharing!