Search Issue Tracker
Fixed
Fixed in 6000.0.38f1, 6000.1.0b2
Votes
0
Found in
6000.0.28f1
6000.1.0a5
Issue ID
UUM-88032
Regression
No
Asset Bundles retain their previous hash when dependency of prefab instance changes
Steps to reproduce:
1. Open the attached “bundle-test.zip” project
2. In the Menu Bar, click on Bundles/Build
3. In a File Explorer Window, open “/bundle-test/AssetBundles”
4. Copy and paste the "StandaloneWindows64" folder in the same directory, and give it a new name (for example, "StandaloneWindows64OG")
5. Return to the Editor and open the the "NewComputeShader.compute" file in the Project tab in a code editor
6. Edit any number from line 13 to create a change in the “NewComputeShader.compute”
7. In the Menu Bar, click on Bundles/Build again
8. Open the “/bundle-test/AssetBundles” folder again
9. Select both the "StandaloneWindows64" and "StandaloneWindows64OG" folders, right-click, and select "WinMerge" (ensure to install WinMerge beforehand)
10. Observe the results
Expected result: All bundles are different
Actual result: “scenebundle” and “scenebundles.manifest” hash and CRC values remain the same
Reproducible in: 6000.0.28f1, 6000.1.0a5
Couldn’t test in: 2021.3.46f1, 2022.3.53f1 (Because of external package errors)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: WinMerge download: https://winmerge.org/downloads/?lang=en
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Non-multisampled texture binding errors are logged when running the DepthBlit URP scene with MSAA enabled on Vulkan
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
- Nested LocalizedStrings can not query local variables
Add comment