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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Resolution Note:
Excellent report. The Tiny Runtime needs the LayerSorting component to determine layer sorting. This is by design and not fixable.