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
- Editor Perforce login fails when Perforce shows a license expiry warning
- Assertion failed error in HDRP builds when enabling STP via script
- FBX Resamples Curves incorrectly when importing FBX files
- ProBuilder GameObject Faces disappear when increasing the Sides Count value
- FileUtil.CopyFileOrDirectory throws IOException when destination parent folder does not exist
Add comment