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
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
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.