Search Issue Tracker
Active
Under Consideration for 2020.3.X, 2021.3.X, 2022.2.X, 2023.1.X, 2023.2.X
Votes
1
Found in
2020.3.39f1
2021.3.10f1
2022.1.17f1
2022.2.0b8
2023.1.0a11
2023.2.0a1
Issue ID
UUM-14528
Regression
No
Scene bundle is not rebuilt when SBP cache is not cleared
Reproduction steps:
1. Open the attached project “ExecutionOrderAndBundle.zip”
2. Click Build > New Build > Default Build Script in the Addressables groups window
3. Reverse the execution order of Script1 and Script2 in Project Settings window Script Execution Order tab and Apply the changes
4. Click Build > New Build > Default Build Script in the Addressables groups window
5. Open the folder containing the built bundle (eg. “\Library\com.unity.addressables\aa\Windows\StandaloneWindows64”)
6. Use WebExtract on the “defaultlocalgroup_scenes_all…” bundle
7. Use binary2text on the generated “CAB-…” file
8. Open the generated text file and scroll to the bottom
Expected result: Data “bbb” is under ID: 18 and data “aaa” is under ID: 19 matching the Script Execution Order
Actual result: Data “aaa” is under ID: 18 and data “bbb” is under ID: 19
Reproducible with: 2020.3.39f1, 2021.3.10f1, 2022.1.17f1, 2022.2.0b8, 2023.1.0a11
Reproducible on: Windows 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Object Picker does not open when a reference is in an array and is clicked on through a non-standard pointer (tablet pen, touchscreen)
- HDRP ShaderGraph Color property gets overridden when it is named "EmissionColor"
- Material properties are lost when setting a parent that hasn't been loaded yet
- NullReferenceException is thrown when creating State from a Selected Clip if that Clip is a Blend Tree
- Built Player with Vulkan Graphics API hangs/freezes when VSync is enabled and "Run In Background" is enabled
Add comment