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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment