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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment