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
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
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.