Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.19.2
Issue ID
BPSBP-320
Regression
Yes
The StreamingAssets.manifest file has redundant dependencies when packaged with SBP 1.19.2 or above
How to reproduce:
1. Download the attached project "TestSRPBuild.zip"
2. In the Menu bar, click 'SF_TEST > TestAssetBundle_SBP'
3. Open 'Assets/StreamingAssets/StreamingAssets.manifest'
Expected result: One of the AssetBundleInfos (e.g. Info_4) has these dependencies: 'Dependency_0: mat', 'Dependency_1: ta' (2 dependencies)
Actual result: One of the AssetBundleInfos (e.g. Info_4) has these dependencies: 'Dependency_0: mat', 'Dependency_1: ta', 'Dependency_2: tb', 'Dependency_3: tc' (4 dependencies instead of 2)
Reproducible with: 1.19.2 (2019.4.36f1, 2020.3.30f1), 1.19.6 (2019.4.36f1, 2020.3.30f1, 2021.2.14f1, 2022.1.0b11, 2022.2.0a8)
Not reproducible with: 1.19.1 (2019.4.36f1, 2020.3.30f1)
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
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
- Sprite renderer does not issue draw calls correctly when using SRP Batcher
- [Android] Flickering artifacts when using "ScriptableRenderer.EnqueuePass(RenderPassEvent.BeforeRenderingPostProcessing)" multiple times
Resolution Note:
The behavior was intentionally changed in SBP 1.19.2 to include the fully recursive AssetBundle dependencies to address various errors that can arise when partially loading and unloading AssetBundle dependencies.