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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
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.