We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2e11e commit d6f5836Copy full SHA for d6f5836
Assets/Scripts/Model/Tools/DebugManager.cs
@@ -5,7 +5,7 @@
5
6
public static class DebugManager
7
{
8
- public static bool ReleaseVersion = false;
+ public static bool ReleaseVersion = true;
9
10
public static bool DebugNetworkSingleDevice;
11
0 commit comments