Page 1 of 1

[HOWTO] How To: Make World Space Canvas Appear On Top Of Everything Else

Posted: Fri Dec 23, 2022 3:32 pm
by Tony Li
If you're using world space canvases for things like overhead speech bubbles, you may want them to appear on top of everything else so closer objects don't cover them.

To do this, put the canvas on a unique layer such as "UI", and set up a second camera as a child of the main camera whose Culling Mask is set to that layer. Remove that layer from the main camera's Culling Mask.