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
- Emojis do not appear in an input field when selecting one of them from an Emoji Keyboard in a WebGL build
- Synonyms are not transfered to new objects when the "SearcherTreeUtility.CreateFromFlatList()" method is used
- Lights on Renderer Features break when rendering at lower resolution with "Forward+" Rendering Path
- Long Animation Clip toolbar name is not truncated in Animation window
- [Android] High GPU usage is reported when the device is rotated into landscape orientation and the application is Vsync bound
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.