File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
testproject/Assets/Tests/Runtime/MultiprocessRuntime Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ public void Awake()
124124 }
125125
126126
127- // if we've tried all the configuration types and none of them are correct then we should throw an exception
127+ // 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
128128 if ( ConfigurationType == ConfigurationType . Unknown )
129129 {
130- // throw new Exception ("Unable to determine configuration for NetworkManager via commandline, webapi or config file");
130+ MultiprocessLogger . Log ( "Unable to determine configuration for NetworkManager via commandline, webapi or config file" ) ;
131131 }
132132
133133 if ( Instance != null )
Original file line number Diff line number Diff line change 1111 "UnityEngine.TestRunner",
1212 "UnityEditor.TestRunner"
1313 ],
14- "includePlatforms": [],
14+ "includePlatforms": [
15+ "Editor",
16+ "macOSStandalone",
17+ "LinuxStandalone64",
18+ "WindowsStandalone32",
19+ "WindowsStandalone64"
20+ ],
1521 "excludePlatforms": [],
1622 "allowUnsafeCode": true,
1723 "overrideReferences": false,
You can’t perform that action at this time.
0 commit comments