1using System.Collections.Generic;
8 public Dictionary<string, SourcePref>
dict =
new Dictionary<string, SourcePref>();
24 public static string PrefPath => Application.dataPath +
"/Resources/Data/Export/";
46 Debug.LogError(
"exception: duplicate id:" + row.id +
"/" + row.name);
57 Debug.LogError(
"exception: duplicate id:" + row2.id +
"/" + row2.name);
65 Debug.Log(
"Exported Prefs:" +
id);
101 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")