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 df76446 commit a38a3afCopy full SHA for a38a3af
com.playeveryware.eos/Runtime/Core/Utility/ConfigurationUtility.cs
@@ -77,7 +77,7 @@ public static EOSCreateOptions GetEOSCreateOptions()
77
platformConfig.platformOptionsFlags.Unwrap();
78
#endif
79
80
- if (!platformConfig.clientCredentials.IsEncryptionKeyValid())
+ if (platformConfig.clientCredentials == null || platformConfig.clientCredentials.IsEncryptionKeyValid() == false)
81
{
82
Debug.LogError("The encryption key used for the selected client credentials is invalid. Please see your platform configuration.");
83
}
0 commit comments