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
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
- Rigidbody2D.Slide correctly ignores colliders specified with "Physics2D.IgnoreCollision" however encountering them can still modify movement behaviour in subtle ways.
- [Quality Hackweek] A black separator appears when the left panel in the UI Builder tab is resized, and the tab is narrow
Add comment