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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
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.