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 99ee9a5 commit e8a253dCopy full SHA for e8a253d
Assets/ExpMngr/Scripts/SettingsSelector.cs
@@ -12,6 +12,7 @@ public class SettingsSelector : MonoBehaviour {
12
List<string> settingsNames;
13
string settingsFolder;
14
Dictionary<string, object> settingsDict;
15
+ [HideInInspector]
16
public string experimentName;
17
18
// Use this for initialization
0 commit comments