Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
Issue ID
671132
Regression
No
5.0 Deferred Shading makes Masked world space UI not work
UI Masks in world space canvases don't work with Unity 5.0 deferred shading.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Physics SyncColliders 3x-7x performance regression from 2022LTS to U6
- ListView's '+' button causes a recursively dispatching event when the visual element area is filled up
- Soft keyboard closes immediately after multiple touches are made if Pointer Behavior is set to SingleUnifiedPointer
- UI Image batching breaks when interleaving elements with mixed z-positions and materials
- KeyNotFoundException is thrown when retrieving some values from HyperLinkClickedEventArgs
PeterB
Nov 12, 2015 10:40
This problem is NOT fixed. It persists even in 5.2.2p3.
Aras
Jun 28, 2015 14:22
This one is fixed "by design", see http://docs.unity3d.com/ScriptReference/Camera-clearStencilAfterLightingPass.html
Also Unity 5.2 will have most simple cases of masking working without a stencil buffer, so this unfortunate interaction with deferred shading will not exist anymore.
Steve Tack
May 20, 2015 19:47
I've run into maybe the same issue where geometry behind a world space canvas is causing clipping in children of a masked area. This was from February. Is there a way to find out what future release the fix will be included in?