Exemple #1
0
 public void OnInfoGUI()
 {
     EditorGUILayout.HelpBox("SOOMLA Framework Info", MessageType.None);
     SoomlaEditorScript.SelectableLabelField(frameworkVersion, "1.0.2");
     SoomlaEditorScript.SelectableLabelField(buildVersion, "1");
     EditorGUILayout.Space();
 }
Exemple #2
0
 public void OnInfoGUI()
 {
     EditorGUILayout.HelpBox("SOOMLA Framework Info", MessageType.None);
     SoomlaEditorScript.RemoveSoomlaModuleButton(frameworkVersion, currentModuleVersion, "Core");
     SoomlaEditorScript.LatestVersionField("unity3d-core", currentModuleVersion, "New version available!", "http://library.soom.la/fetch/unity3d-core/latest?cf=unity");
     EditorGUILayout.Space();
 }
Exemple #3
0
        static CoreSettings()
        {
            SoomlaEditorScript.addSettings(instance);

#if UNITY_4
            foreach (string fPath in System.IO.Directory.GetFiles("Assets/Plugins/WP8/Soomla/Placeholder"))
            {
                if (!fPath.Contains(".meta"))
                {
                    FileUtil.MoveFileOrDirectory(fPath, fPath.Replace("WP8/Soomla/Placeholder", ""));
                }
                AssetDatabase.Refresh();
            }
#endif

            SoomlaEditorScript.addFileList("Core", "Assets/Soomla/core_file_list", new string[] {});
        }
Exemple #4
0
 static CoreSettings()
 {
     SoomlaEditorScript.addSettings(instance);
 }