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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Add comment