Search Issue Tracker
Fixed in 4.6.X
Votes
0
Found in
4.6.0b10
Issue ID
615670
Regression
No
Rendering order bug when using elements with canvas and elements without it
To reproduce this bug:
1. Open the project
2. Open Assets/Scenes/renderorder.unity
3. Expand HUD object, notice how it is before the back overlay and renders after it
4. Move it bellow the overlay, notice how it still renders on top of it
5. Change the Z position of the overlay to -60, notice how now overlay always renders after no matter if it is above or bellow in hierarchy
6. Remove Canvas component from Game Panel, and put Z back to 0, notice how now the render order works fine in the hierarchy, objects bellow are rendered after
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [WebGL][Android] Corrupt header when connecting via IP
- Editor and Android Player hangs/freezes when repeatedly Loading/Unloading AssetBundle in Vulkan
- Selecting a Material for HDRP Decal Projector in the Inspector window spams errors in the Console
- Expanded Asset Preview Box moves/hides when creating new Asset in Project window
- Player crashes on Meta Quest with "/apex/com.android/runtime/lib64/bionic/libc.so" when using OpenXR Plugin in a specific project
Add comment