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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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