From 98f31f197a126850a5878cd6e583ae6dbf64ab3d Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 15 Sep 2021 12:50:26 +0800 Subject: *rename --- Assets/Editor/Tools/ShortcutHelper.cs | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 Assets/Editor/Tools/ShortcutHelper.cs (limited to 'Assets/Editor/Tools/ShortcutHelper.cs') diff --git a/Assets/Editor/Tools/ShortcutHelper.cs b/Assets/Editor/Tools/ShortcutHelper.cs deleted file mode 100644 index 33cf29c5..00000000 --- a/Assets/Editor/Tools/ShortcutHelper.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; -using UnityEditor; -using UnityEditor.SceneManagement; - -public class ShortcutHelper -{ - [MenuItem("Erika/Scene/打开Saionji场景")] - static void OpenSaionjiScene() - { - string path = Application.dataPath + "/Scenes/Demo/FightDemoScene.unity"; - if (!EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo()) - { - return; - } - EditorSceneManager.OpenScene(path); - } - - [MenuItem("Erika/Scene/打开UMotion场景")] - static void OpenUMotionScene() - { - string path = Application.dataPath + "/Scenes/Demo/AnimationEditScene.unity"; - if (!EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo()) - { - return; - } - EditorSceneManager.OpenScene(path); - } - -} \ No newline at end of file -- cgit v1.1-26-g67d0