15 public static readonly ARLocationConfig Config;
19 Config = Resources.Load<ARLocationConfig>(
"ARLocationConfig");
23 Debug.LogWarning(
"Resources/ARLocationConfig.asset not found; creating new configuration from defaults.");
24 Config = ScriptableObject.CreateInstance<ARLocationConfig>();