Search Issue Tracker
Fixed
Fixed in 2020.3.47f1, 2021.3.23f1
Votes
0
Found in
2020.3.44f1
2021.3.18f1
Issue ID
UUM-26790
Regression
No
Sprites get re-imported with different hash when making an asset bundle build [OverrideGeometry uninitialized data]
How to reproduce:
1. With Unity closed delete the Library folder
2. Delete any previous bundle builds from the folder “AssetBundles”
3. Open the project “IN_31416“ and ensure "Development Build" is not checked in the “Build Settings”
4. Make sure you did not check the “Compress Assets on Import” option in the “Preferences window”
5. Press Window → AssetBundles → Build
6. Open and copy the “piggy.manifest” file information in notepad located in “/AssetBundles/StandaloneWindows/piggy.manifest”
7. Close Unity
8. Delete the Library folder
9. Delete any previous bundle builds from the folder “AssetBundles”
10. Open the project “31416“ and ensure "Development Build" is checked
11. Press Window → AssetBundles → Build
12. Open the “piggy.manifest” file information in notepad located in “/AssetBundles/StandaloneWindows/piggy.manifest”
13. Compare “AssetFileHash” hashes
Expected result: the bundles' hashes are the same
Actual result: the bundles' hashes are not the same
Reproducible with: 2020.3.44f1, 2021.3.18f1
Not reproducible with: 2022.1.0a1, 2022.2.7f1, 2023.1.0b4, 2023.2.0a2
Note: when downgrading the project from 2022.1 to 2021.3 or lower stream issue stops reproducing
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Frame value field does not update when using the increment/decrement arrows in the Frame Debugger if the value has been manually inputted
- [Remote Config] PreparePayloadWithConfigType function is looking for camelCase property names, when the JSON objects are using PascalCase naming
- UI Builder Viewport's Tool Gizmo has deadzones
- SpriteShapes are rendered using multiple draw calls when the SRP Batcher determines their nodes are incompatible in a specific project
- UI Toolkit Debugger "Pick Element" selects Scene view panel when trying to select a world space UI element in the Scene view
Add comment