Search Issue Tracker
Fixed in 1.0.X
Votes
0
Found in [Package]
2019.4
2019.4.13f1
2020.1
2020.2
2021.1
Issue ID
1290398
Regression
No
Bundles are Built with the same Hashes when the Bundles are modified
Reproduction steps:
1. Open user attached Project "r322459"
2. Press Piece -> Re-create test prefab
3. Press Piece -> Re-create test asset
4. Press Piece -> Build asset bundles Note the asset bundles hashes.
5. Open Scene (Assets/Scenes/Main), press Play, (Assets are loaded successfully)
6. Move directory "Assets/Packages/Piece/Scripts" to directory "Assets/Package/Piece/Runtime/Scripts"
7. Press Play (Asset Bundles fail to load)
8. Press Piece -> Build asset bundles Note the asset bundles hashes.
Expected result: The Hashes of the bundles are different or are loaded even when moved
Actual result: The Hashes of the bundles are the same as before and cannot be loaded when moved
Reproducible with: 2019.4.16f1, 2020.1.17f1, 2020.2.0b14, 2021.1.0a9
Could not test with: 2018.4 (Compiler errors)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Post Processing SMAA breaks when HDR mode R11G11B10 is selected and Color Space is changed
- The "UnityWebRequest.result" of the "UnityWebRequestTexture.GetTexture" method changes when accessing "UnityWebRequest.downloadHandler" texture
- Slider rounding does not allow setting certain valid numbers as Values when Low and High Values not set to default
- UI Builder Canvas has too big resizing zone on the outside of the canvas
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
Resolution Note (fix version 1.0):
Fixed by using the Scriptable Build Pipeline package to build asset bundles.