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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Add comment