Search Issue Tracker
Won't Fix
Votes
17
Found in
2022.2.7f1
2023.1.0b3
2023.2.0a2
Issue ID
UUM-27669
Regression
No
Unable to build asset bundle when using CalculateSceneDependencyData() method
Reproduction steps:
1. Open the “TestProject-With-AssetBundleBug” Project
2. Open the “Assets/Investments/01_OlimpiaPort.unity” Scene
3. In the top menu select Tools → BuildManager
4. In the “BUNDLES OVERVIEW” field select 01_OlimpiaPort → Scene → Build
Expected result: Asset bundle is built
Actual result: An error is thrown
Reproducible with: 2022.2.7f1, 2023.1.0b3, 2023.2.0a2
Could not test with:
2020.3.45f1 (error CS8124: Tuple must contain at least two elements.)
2021.3.18f1 (Build Manager tool is not available)
2022.1.24f1 (error CS0246: The type or namespace name 'VolumeProfile' could not be found (are you missing a using directive or an assembly reference?))
Reproduced on: Intel MacOS 13.1
Comments (3)
-
Rossnicholas
Feb 14, 2025 20:46
The data is for me and I own the independent agency’s I’m appointed by the president under the presidents seal!
The data I’m requesting is and needs to stay consistent and confidential this issue needs fixed! -
thomas642daniel
Jul 15, 2024 07:23
It's very useful us but not allow in version 2022.2
-
yslab
Feb 21, 2023 07:47
I need this. It's no allow me to use version 2022.2. I can't build my project.
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
- "Errors during XML parse" warnings are thrown when building project for the Android platform
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
Resolution Note:
The calls in the project code CalculateCommonBundles() do not match the calls in ScriptableBuildPipeline DefaultBuildTasks(). E.g. in that implementation CalculateSceneDependencyData is called directly after PostScriptsCallback. We are not able to help debug issues arising with custom implementations that extend the Scriptable Build Pipeline, as it is likely the bug is in the customer project. So it is recommended to compare with the default implementation and see if it is possible to more closely match its order of operations.