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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.