Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.1
2021.1.9f1
2021.2
2022.1
Issue ID
1371377
Regression
No
Native Pipeline API does not rebuild the Bundles when the same output folder is used with other APIs
How to reproduce:
1. Open the attached project from "1371377Test.zip"
2. Navigate to "Bundles" > "Build Native"
3. Then navigate to "Bundles" > "Build SBP"
4. Observe the assets in folder "out" in your projects directory and build from "Bundles" > "Build Native" to see that the bundles are not rebuilt
Expected result: Bundles are rebuilt as new bundles
Actual result: Verification for if the bundles are to be rebuilt is checked from .manifest files and bundles are not rebuilt as new
Reproducible with: 2019.4.31f1, 2020.3.20f1, 2021.1.25f1, 2021.2.0b16, 2022.1.0a13
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
We don't support building of SBP AssetBundles and legacy AssetBundles to the same folder. You should we able to work around this by building to a separate folder and then copying the AssetBundles to the same folder manually.