Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.2.X, 2017.4.X
Votes
0
Found in
2017.1.1p3
Issue ID
955711
Regression
No
Compressed ETC Variant Sprite Atlases become corrupted when changing their scale with target platform set to Android
To reproduce:
1. Download and open attached "SpriteAtlas ETC Variant Size Issue.zip".
2. Make sure Build Settings are switched to Android platform.
3. Ensure "Test 66" is only Atlas version checked for "Include in Build" option.
4. Enter Play mode.
5. Notice the corrupted sprites in the Play mode and in the preview.
Expected result: Sprites Atlas is scaled and sprites are displayed correctly, maintaining correct aspect ratio.
Actual result: Sprite Atlas gets corrupted, it's aspect ratio is not maintained. Assertion failed error comes up in the console.
Reproduced with: 2017.3.0b3, 2017.2.0f3, 2017.1.1p4, 2017.1.0a5.
Notes: Sprite atlas was introduced in 2017.1.0a5. Error is thrown when Variant atlas Scale is changed to some number with which packing fails (when aspect ratio fails to be maintained). Issue seems to be specific to ETC textures. Issue does not happen when target platform is set to standalone, iOS. Issue persists when application is built.
Error:
Assertion failed: Assertion failed on expression: 'expectedSize + offset == length || (expectedSize < 64 && length == 64 + offset)'
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment