Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
Issue ID
978530
Regression
No
Sprite Packer logs are unnecessarily showing for each asset bundle building
https://unity.slack.com/archives/C06TQE31T/p1512489721000065
https://unity.slack.com/archives/C06TQE31T/p1512489857000593
Basically, the problem is, repacking will happen for each asset bundles. If user has 3 asset bundle, we will pack once for each building of asset bundle. But packing only happen for first bundle, the rest will skip because we packed and cached.
What the user observe is progress bar of packing (even skipping, the "comparing hash..." will show like in Mac while entering play mode) and message like
Packing sprites:
[     77 MB ]- Skipping packing - Sprite Packer (Legacy) is off.
[     77 MB ]Sprite Atlas Operation : " ## Packed All Sprite Atlases ## " took 0.035174 sec (current mem: 77 MB)
in the editor log. What I am going to fix is just get rid of the progress bar and logs print out.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
 - Addressables Profiles window UI break when creating a new Variable with a long name
 - No character limit when renaming Profile in Addressables Profile window, allowing excessively long names
 - Blurry, low quality Active Profile icon used in Addressables Profiles window
 - Tree Asset Preview window is not updated after assigning a new Material
 
Add comment