コード例 #1
0
ファイル: StoreSettings.cs プロジェクト: Dnjunaid/TestSoomla
 public void OnInfoGUI()
 {
     SoomlaEditorScript.RemoveSoomlaModuleButton(frameworkVersion, currentModuleVersion, "Store");
     SoomlaEditorScript.LatestVersionField("unity3d-store", currentModuleVersion, "New version available!", "http://library.soom.la/fetch/unity3d-store-only/latest?cf=unity");
     EditorGUILayout.Space();
 }
コード例 #2
0
 public void OnInfoGUI()
 {
     SoomlaEditorScript.SelectableLabelField(frameworkVersion, currentModuleVersion);
     SoomlaEditorScript.LatestVersionField("unity3d-store", currentModuleVersion, "New Store version available!", "http://library.soom.la/fetch/unity3d-store/latest?cf=unity");
     EditorGUILayout.Space();
 }