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
- "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