Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2019.4
2020.3
2021.2
2021.2.7f1
2022.1
Issue ID
1390888
Regression
No
Sprites displayed incorrectly when unparenting a GameObject with a disabled SpriteRenderer, enabling it & changing Sorting Layer
Reproduction steps:
1. Open the user's attached project ("SortingLayerBug.zip")
2. Open "BugScene"
3. Enter Play mode
4. Press "l" on the keyboard
5. Press "s" on the keyboard
Expected result: The shadow is under the ball
Actual result: The shadow is above the ball despite having a lower order in layer
Reproducible with: 2019.4.34f1, 2020.3.25f1, 2021.2.7f1, 2022.1.0b2
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
- EditorUtility.DisplayDialog is not shown when Input.GetMouseButtonDown is called a second time
- Animator Enum Properties get set to 0 instead of the value specified in the Scene when the Property is animated by a State that is not playing
- [iOS] Background thread runs a few times slower when “application.targetFrameRate“ is set to 30 compared to 29 on some iOS devices
- Multiple Enum Flags not rendering correctly in the Editor when custom PropertyDrawer values are changed
- Harsh edges appear when raising the Terrain with a low opacity value brush
Resolution Note (fix version 2022.2):
Fix for this issue is available on Unity 2022.2.0a7 and above