Search Issue Tracker
By Design
Votes
0
Found in
5.6.0f3
Issue ID
909628
Regression
No
Diegetic UI elements are hit by Graphics Raycaster even though they are behind other UI elements
There are 2 World Space canvases with different z coordinates. Hovering over the closest canvas element hits UI elements that are behind that canvas element.
To reproduce:
1. Open the project, attached by tester (GraphicsRaycasterBug.zip)
2. Open "main" scene if not open
3. In Play mode, hover over the parts where small buttons overlap the big button
4. Observe the outcome
Expected: hovering over the button that is in the World space does not hit other World space buttons that are behind it
Actual: Graphics Raycaster hits the UI elements that are behind other UI elements
Reproduced in 5.4.5p1, 5.5.3p2, 5.6.0f3, 5.6.1f1, 2017.1.0b5
By design: this defect is known and won't be fix due to the amount of work to be done on our part, the risk associated is also very high. The workaround is to put everything in one canvas, not ideal, but better than nothing.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment