1using System.Collections.Generic;
9 public Dictionary<string, SourcePref>
dict =
new Dictionary<string, SourcePref>();
25 public static string PrefPath => Application.dataPath +
"/Resources/Data/Export/";
50 Debug.LogError(
"exception: duplicate id:" + row.id +
"/" + row.name);
61 Debug.LogError(
"exception: duplicate id:" + row2.id +
"/" + row2.name);
69 Debug.Log(
"Exported Prefs:" +
id);
105 Debug.Log(
"Imported Prefs:" +
id);
static SourceManager sources
Dictionary< string, SourcePref > dict
void SavePrefs(string id="prefs")
static void _SavePrefs(string id="prefs")
static void _LoadPrefs(string id="prefs")