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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment