Search Issue Tracker
By Design
Votes
1
Found in
2020.3.36f1
2021.3.5f1
2022.1.7f1
2022.2.0a18
2023.1.0a1
Issue ID
UUM-6762
Regression
No
Deterministic builds have different files when built from the same project
How to reproduce:
1. Open the user’s attached “DeterministicBuilds” project
2. Create a copy of the project
3. Build the project
4. Open the copy project
5. Build the copy project
6. Compare the files of both builds (by using WinMerge or a similar application)
Expected result: All files are identical
Actual result: Some files are different, e.g., GameAssembly.dll or Data/globalgamemanagers
Reproducible with: 2020.3.36f1, 2021.3.5f1, 2022.1.7f1, 2022.2.0a18, 2023.1.0a1
Reproducible on: Windows 10
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
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Resolution Note:
Our compiler uses absolute file paths, so it is expected that if they are in different folders it produces different results.
If you destroy the Library folder, and the project stays in the same place, it will produce the exact 2 builds, and that would be the purpose of this setting