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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.