Search Issue Tracker
Fixed
Fixed in 1.19.3
Votes
0
Found in [Package]
1.19.0
Issue ID
BPSBP-108
Regression
Yes
Hash Version collision between two different bundles
Bundles generated using the same scene content, only difference is that the bundle name has changed, thus the bundle object's value changed for these fields. The resulting hash version however was calculated as the same. It appears we somehow are not hashing the sharedAssets file from scene serialized files.
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
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
- Freeze/crash on DynamicHeapAllocator::Allocate when opening a specific project
- Text Settings Inspector sections names have no padding
- UI elements shrinking, misaligned buttons, swapped icons, or incorrect styles when rapidly cycling through Scenes in the Player
- Text field does not disappear if Ctrl+Z is pressed while editing in Viewport
Resolution Note:
Fixed an issue where the hash for Scene bundles would be calculated with a few missing bytes, returning an incorrect hash.
Resolution Note (fix version 1.19.3):
Resolved previous to port addition.