Search Issue Tracker
Third Party Issue
Third Party Issue in 2023.2.X
Votes
0
Found in
2022.2.12f1
2023.1.0b9
2023.2.0a8
Issue ID
UUM-31385
Regression
No
The Build is stuck at "Packaging assets" when building the Player
How to reproduce:
- Open the attached project "Spanish Tarot.zip"
- Build the project
Expected results: The Build is successful
Actual results: The Build is stuck at "Packaging assets"
Reproducible with: 2022.2.12f1, 2023.1.0b9, 2023.2.0a8
Could not test with: 2020.3.46f1, 2021.3.21f1 (compilation errors in the Console window)
Reproducible on: Windows 10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
There is an Asset called AlmostEngine in the project that has something called ExcludeFromBuildTool. It looks like that tool is causing an infinite loop when there is a build error. It's possible it works for some build errors but not others.
If you disable "Auto Exclusion From Build" the build should start failing with an error instead of getting stuck. You can find the setting here:
Assets/AlmostEngine/ExcludeFromBuildTool/Assets/Editor/ExcludeFromBuildConfigAsset.asset
Resolution Note (2023.2.X):
There is an Asset called AlmostEngine in the project that has something called ExcludeFromBuildTool. It looks like that tool is causing an infinite loop when there is a build error. It's possible it works for some build errors but not others.
If you disable "Auto Exclusion From Build" the build should start failing with an error instead of getting stuck. You can find the setting here:
Assets/AlmostEngine/ExcludeFromBuildTool/Assets/Editor/ExcludeFromBuildConfigAsset.asset