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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment