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
- Spots of bad lighting appear on assets when the lighting is generated in a Scene
- Static Editor Flags dropdown list is cut off when Inspector Window is docked to the very right and UI Scaling is set to a higher value
- visionOS Players are minimized when Guided Access is turned on
- Licensing Client fails to launch when opening Unity Hub
- Sprite Atlas Inspector preview disappears when entering Play mode unless SpriteAtlasMode is set to "Sprite Atlas V2 - Enabled"
Add comment