#How to make UI appear in front of 3d model in canvas

1 messages · Page 1 of 1 (latest)

wispy path
#

Generally, there's two options for that:

  1. Use a camera space canvas
  2. use a second camera that shows only that 3d model and outputs to a render texture, and show that on UI using a RawImage
gray current
wispy path
#

Yes.

gray current
#

After further experimenting, I think there could possibly be a way, that is not as performance heavy as render texture, which would be preferable for me, as I'd generally need to create a lot of render textures. If I put the character behind my entire canvas, it does indeed disappear, so I could maybe make use of this, however I have no idea how

gray current
#

If someone knows a possible solution or knows why the 3d model does not show behind the panel, but does still show in front of the text, that would be very much appreciated, been trying stuff out for like half an hour without any progress, thanks in advance