Search Issue Tracker
By Design
Votes
0
Found in [Package]
13.2
Issue ID
1107377
Regression
No
Default sprite order in the Editor does not match the sprite order in the Build when using Tiny Mode
How to reproduce:
1. Open the attached project named "Case_1107377"
2. Open the "TinyTest.utproject" in the NewProject folder
3. Observe that one mushroom is covered by the red circle sprite
4. Build the "TinyTest"
Expected result: Mushroom is covered by the circle just like in the Scene View (Snapshot_1107377_V1)
Actual result: Mushroom is not covered by the circle (Snapshot_1107377_V2)
Reproducible with: 2018.3.7f1, 2019.1.0b4, 2019.2.0a6
Could not test with: 2017.4
Workaround: User must manually add LayerSorting component for the sprites to solve this
Notes:
Mushrooms above the red circle are also ordered differently than in the Scene View
Tiny Mode was introduced in 2018.3
Tested with 13.2, 14.1 versions of the Tiny Mode
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Excellent report. The Tiny Runtime needs the LayerSorting component to determine layer sorting. This is by design and not fixable.