Search Issue Tracker
Fixed
Fixed in 2021.3.30f1, 2022.3.8f1, 2023.1.9f1, 2023.2.0b6, 2023.3.0a1
Votes
6
Found in
2021.3.28f1
2022.3.5f1
2023.1.5f1
2023.2.0b1
2023.3.0a1
Issue ID
UUM-43175
Regression
Yes
Incorrect AssetBundle Dependencies are generated
Steps to reproduce:
1. Open the attached user project "BundleDeps.zip"
2. Click "Build > Build Bundles"
3. Navigate to and open "<ProjectFolder>/Builds/Bundles/<Platform>/stores_themes_default_data.manifest"
4. Observe that bundle "stores_themes_default_data" depends on "stores_themes_default_offerpopup" (as expected)
5. Repeat steps 2-3 using Unity 2022.2.19f1
6. Observe that bundle "stores_themes_default_data" now depends on bundles "assetrepack_largepowerups" and "fonts_candal", which is incorrect
Expected results: correct AssetBundle Dependencies are generated
Actual Results: Incorrect AssetBundle Dependencies are generated
Reproducible in: 2021.3.28f1, 2022.2.19f1, 2022.3.5f1, 2023.1.5f1, 2023.2.0b1, 2023.3.0a1
Not reproducible: 2022.2.18f1
Environment tested on: Windows 10
Comments (1)
-
AndrewSkow
Aug 28, 2023 18:31
This regression has been fixed and backported. With this fix Scriptable Objects referencing Assets in another AssetBundle will be properly tracked.
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
- A 404 page is opened when selecting "Open Documentation" on the Float Node in Shader Graph
- Shader Graph Importer's Documentation Reference button leads to a 404 page
- Crash on WriteParticleLineVertex when particle systems are rendered in a specific project
- Asset names longer than the allowed system file path are not handled gracefully
- Moving VFX Particles leave a ghosting trial in Ray Traced Screen Space Reflections
Resolution Note (fix version 2023.3.0a1):
Fixed a regression in the AssetBundle dependency calculation. With this fix Scriptable Objects referencing assets in another AssetBundle will be properly tracked.