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
- Depth texture is flipped when specific URP rendering settings are applied
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
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.