From 61f7041fd10f1545991e6fbc66ade10c6835c5a4 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 10 May 2021 21:35:08 +0800 Subject: +misc --- .../CustomBaking/Editor/CustomBakingEditor.cs | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs (limited to 'CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs') diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs new file mode 100644 index 0000000..5d9e434 --- /dev/null +++ b/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs @@ -0,0 +1,41 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEditor; + +namespace CustomBaking +{ + + public static class CustomBakingMenu + { + [MenuItem("CustomBaking/Open Window")] + static void OpenCustomBaking() + { + + } + + [MenuItem("CustomBaking/Help")] + static void Help() + { + + } + + [MenuItem("CustomBaking/About")] + static void About() + { + + } + } + + public class CustomBakingEditor : EditorWindow + { + + + public void OnGUI() + { + + } + + } + +} \ No newline at end of file -- cgit v1.1-26-g67d0