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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment