Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.10f1
2019.1.0a1
2019.2.0a1
Issue ID
1143376
Regression
No
AssetBundles created on different machines have small rounding differences and are not equal by CRC
How to reproduce:
1. Open the user's attached project ("assetbundletest_crc.rar")
2. Build the AssetBundles
3. Repeat steps 1-2 on a different machine
4. Compare the differences between "scenes.manifest" files from different machines after running WebExtract, binary2text
Expected results: There are no differences
Actual results: The files have small rounding differences, which results in different CRC values
Reproducible with: 2017.4.25f1, 2018.3.13f1, 2019.1.2f1, 2019.2.0a11
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:
The reflection probe is created on the GPU. Different vendors are allowed to produce different rasterized results, so creating the same reflection probe on different systems with different GPUs/drivers can result in slightly different reflection probes. If binary compatibility is required, a dedicated build PC must be utilized to create the asset. The ambient probe is derived from the sky reflection probe, so slight differences in the reflection probe will cause slight differences in data derived from it. This is not a bug, just the reality of GPU rasterization today.