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 9a2adda commit c10f765Copy full SHA for c10f765
Assets/ExpMngr/Scripts/Settings.cs
@@ -63,7 +63,8 @@ public object this[string key]
63
}
64
else
65
{
66
- throw new System.Exception(string.Format("There is no avaiable setting \"{0}\" for this trial, block or experiment.", key));
+ Debug.LogError(string.Format("There is no avaiable setting \"{0}\" for this trial, block or experiment. Returning null.", key));
67
+ return null;
68
69
70
0 commit comments