コード例 #1
0
 public static void Save()
 {
     File.WriteAllText(projectSettingsPath, JsonUtility.ToJson(i, true));
     SettingsEditor.Save();
 }