diff --git a/Scripts/Editor/MenuOptions.cs b/Scripts/Editor/MenuOptions.cs new file mode 100644 index 0000000..fb61c8f --- /dev/null +++ b/Scripts/Editor/MenuOptions.cs @@ -0,0 +1,63 @@ +using UnityEditor; +using UnityEngine; +using UnityEngine.UI; + +namespace Coffee.UIExtensions.Editors +{ + internal class MenuOptions_UIUnmask + { + [MenuItem("GameObject/UI/Unmask/Tutorial Button")] + private static void CreateTutorialButton2(MenuCommand menuCommand) + { + EditorApplication.ExecuteMenuItem("GameObject/UI/Button"); + var button = Selection.activeGameObject.GetComponent