Search Issue Tracker
Won't Fix
Votes
0
Found in
5.4.3f1
Issue ID
853945
Regression
Yes
[AssetBundles] Multiple sprite textures produce larger sized asset bundles in Unity versions >=5.3
When setting a texture to 'Sprite Mode: Multiple' the format that it is stored in an Asset bundle has changed since Unity versions >= 5.3. Prior to 5.3 the asset bundle would include all of the sub-textures (top left, top right, bottom left and bottom right) but not the whole texture. Since 5.3 the asset bundle includes all the sub-textures as well as the whole texture.
This is leading to an increased memory size for asset bundles with LZMA compression.
See information on how to reproduce below with the initial bug report.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Memory leak warnings are constantly thrown when Generating Font Atlas in Font Asset Creator with 4096x8192 Atlas Resolution
Add comment