Search Issue Tracker
Fixed
Fixed in 2022.3.20f1, 2023.2.16f1, 2023.3.0b5
Votes
0
Found in
2022.3.14f1
2023.2.2f1
2023.3.0a16
Issue ID
UUM-57495
Regression
No
Adding or removing assets to bundles will cause other assets to be rebuilt when BuildAssetBundleOptions.UseContentHash is used
How to reproduce:
1. Open the attached “assetbundle_issue” project
2. In the toolbar, click Repro > Pack
3. Find the built bundle in assetbundle_issue/Bundles, and take note of the “Date Modified”
4. move the “a” asset from the Assets folder to the “Res” folder (let at least one minute pass between step 3 and step 5)
5. Repeat step 2
6. Observe how several other assets were rebuilt by looking at the time stamp of the files
Expected result: The changed asset (“a”) was rebuilt
Actual result: Other assets than the one changed were also rebuilt
Reproducible in: 2022.3.14f1, 2023.2.2f1, 2023.3.0a16
Could not test with: 2021.3.33f1 (feature does not exist)
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environments tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
Add comment