Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a1
2018.3.1f1
2019.1.0a1
2019.2.0a1
Issue ID
1123047
Regression
Yes
Globalgamemanagers generation is not deterministic when Building Project
To reproduce:
1. Open attached project
2. Build for Windows Standalone twice
3. Compare both files
Reproducible with: 2018.3.5f1, 2019.1.0b2, 2019.2.0a4
Not reproducible with: 2017.4.20f1
Regressed in 2018.1.0a1
Actual results: comparing two files show they are different
Comments (2)
-
michaellow
Mar 25, 2021 22:45
This seems to be broken again in 2020.3.1f1
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
- WebGPU errors when CoreCopy shader is used to copy an MSAA texture
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
Resolution Note:
This is the BuildGUID that uniquely identifies each build. https://docs.unity3d.com/ScriptReference/Application-buildGUID.html To zero this out, build the player using the BuildOption.NoUniqueIdentifier https://docs.unity3d.com/ScriptReference/BuildOptions.NoUniqueIdentifier.html