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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
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.