Exemple #1
0
        public static void SaveSettings(Logster.LogsterSettings settings)
        {
#if UNITY_EDITOR
            EditorPrefs.SetString("PHL.Logster.Data." + Application.dataPath, JsonUtility.ToJson(settings));
#endif
        }