Search Issue Tracker
By Design
Votes
1
Found in
6000.0.51f1
6000.1.9f1
6000.2.0b7
6000.3.0a1
Issue ID
UUM-110411
Regression
No
UI Documents overlap during Camera movement or Scene rotation when Render Mode is set to World Space
How to reproduce:
1. Open the attached “IN-105950“ project
2. Open the “TestScene”
3. Enter Play mode
4. Observe the UI Documents in the Game view
Expected result: The UI Documents don’t overlap with each other
Actual result: The UI Documents overlap with each other
Reproducible with: 6000.0.0b11, 6000.0.51f1, 6000.1.9f1, 6000.2.0b7, 6000.3.0a1
Could not test with: 2022.3.63f1 (World Space render mode is unavailable)
Reproducible on: MacOS 15.5 (M4), Windows 11 (by user)
Not reproducible on: No other environments tested
Notes:
- The issue could also be reproduced by rotating the Scene View using the right mouse button
- Reproducible in Standalone Player
- A discussion thread regarding this issue: [https://discussions.unity.com/t/world-space-layers-glitching/1658469|https://discussions.unity.com/t/world-space-layers-glitching/1658469|smart-link]
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
- “Look Dev” window restored from previous HDRP project causes errors in newly created URP project
- Shader Variant creation window gets stretched out when canceling
- Validation message "Profile name is unsupported" is unclear and does not provide information on what is wrong
- Enabling Override Variant Limit toggle Warning Threshold value gets set to 8
- Missing space in Shader Graph project settings
Resolution Note:
Transparent renderers are sorted back-to-front before rendering. Depending on the camera angle, the sorting order may change. This is true for UI Toolkit, UGUI, and any other transparent renderers. There are a few workarounds: assign your elements in the same UIDocuments (which will then be rendered by the UI Toolkit hierarchy order), or apply offsets on the positions.