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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
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.