update: 更新脚本
parent
0ecf957902
commit
7bbbf34b60
|
|
@ -395,13 +395,9 @@ namespace Guru.Editor
|
|||
GUI_OnConfigEnabled();
|
||||
}
|
||||
|
||||
|
||||
#if UNITY_ANDROID
|
||||
GUILayout.Space(10);
|
||||
// Push
|
||||
GUI_PushIconMaker();
|
||||
#endif
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1050,6 +1046,8 @@ namespace Guru.Editor
|
|||
{
|
||||
EditorUtility.DisplayDialog("Set Push Icon", "Push Icon assets created failed!", "Well...");
|
||||
}
|
||||
|
||||
_showSegmentPush = false;
|
||||
}, null, GUILayout.Height(btnH));
|
||||
}
|
||||
EditorGUI.indentLevel--;
|
||||
|
|
|
|||
Loading…
Reference in New Issue