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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.