Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ public void Awake()
}


// if we've tried all the configuration types and none of them are correct then we should throw an exception
// if we've tried all the configuration types and none of them are correct then we should log it and just go with the default values
if (ConfigurationType == ConfigurationType.Unknown)
{
// throw new Exception("Unable to determine configuration for NetworkManager via commandline, webapi or config file");
MultiprocessLogger.Log("Unable to determine configuration for NetworkManager via commandline, webapi or config file");
}

if (Instance != null)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [],
"includePlatforms": [
"Editor",
"macOSStandalone",
"LinuxStandalone64",
"WindowsStandalone32",
"WindowsStandalone64"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
Expand Down