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 f2aeef9 commit 1a4db66Copy full SHA for 1a4db66
com.unity.netcode.gameobjects/TestHelpers/Runtime/NetcodeIntegrationTest.cs
@@ -244,7 +244,7 @@ private bool UseCMBServiceEnviromentVariableSet()
244
}
245
else
246
{
247
- Debug.LogWarning($"USE_CMB_SERVICE value ({useCmbService}) is not a valid bool value. {m_UseCmbService} is being set to false.");
+ Debug.LogWarning($"The USE_CMB_SERVICE ({useCmbService}) value is an invalid bool string. {m_UseCmbService} is being set to false.");
248
m_UseCmbServiceEnv = false;
249
250
0 commit comments