|
|
@ -70,7 +70,7 @@ namespace UnityTest |
|
|
|
port = port |
|
|
|
port = port |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
if (Application.isWebPlayer) |
|
|
|
if (Application.platform == RuntimePlatform.WebGLPlayer) |
|
|
|
{ |
|
|
|
{ |
|
|
|
config.sendResultsOverNetwork = false; |
|
|
|
config.sendResultsOverNetwork = false; |
|
|
|
Debug.Log("You can't use WebPlayer as active platform for running integration tests. Switching to Standalone"); |
|
|
|
Debug.Log("You can't use WebPlayer as active platform for running integration tests. Switching to Standalone"); |
|
|
|