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
- 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
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.