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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
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.