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
- 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
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.