Search Issue Tracker
Won't Fix
Votes
1
Found in [Package]
1.4.8 - Entities Graphics
Issue ID
ECSB-1618
Regression
No
Sprite sorting group stops working when using it in Sub-Scenes
Reproduction steps:
1. Open the attached “IN-93687” project
2. Open the “Scenes/SampleScene/sub-scene” Scene
3. Observe the Scene or Game View
4. Open the “Scenes/SampleScene” Scene
5. Observe the Scene or Game View
Expected result: “Sorting Group” component correctly sorts all the child GameObjects
Actual result: “Sorting Group” component no effect
Reproducible with: 1.0.8, 1.2.3, 1.4.8 (2022.3.60f1, 6000.0.43f1, 6000.1.0b11, 6000.2.0a7)
Reproducible on: Windows 10
Not reproducible on: No other environments tested
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
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
Resolution Note:
The Sorting Group MonoBehaviour is not a supported Companion Component as listed in the Entities Graphics documentation because the companion component system does not maintain the transform hierarchy of the source object.