I was trying to use the Camera LayerMask to hide all UI objects.
It seems Canvas objects will always render, even when on a layer that is disabled on the Camera.
Is there another way of doing this?
by user 732122195614105653
I was trying to use the Camera LayerMask to hide all UI objects.
It seems Canvas objects will always render, even when on a layer that is disabled on the Camera.
Is there another way of doing this?
by user 732122195614105653
I think the layer mask is currently not bubbled through to the UI objects that are actually rendering.
Would disabling the UI objects help?
Well, Iām trying to have post-processing ignore UI objects.
My strategy was
by user 732122195614105653
I agree, that makes sense.