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
- Project Browser shows the Asset folder empty when Select Dependencies is clicked without any asset selected
- Export as JSON and CSV options missing from the Quick Search save feature
- Crash on IMGUI::GUIWindow::OnGUI when rendering scene view window in play mode in a specific project
- "FileNotFoundException" & "IOException" thrown when adding "User" Index after deleting "Assets" Index in Search Index Manager window
- Camera Background Solid Color does not Render
Add comment