update: 更新脚本

deeplink
胡宇飞 2024-03-31 10:08:12 +08:00
parent 0ecf957902
commit 7bbbf34b60
1 changed files with 3 additions and 5 deletions

View File

@ -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--;