diff options
author | chai <chaifix@163.com> | 2020-11-17 21:16:39 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-11-17 21:16:39 +0800 |
commit | 71b23799b537869e2bd7ca5f070f65fdd22114a9 (patch) | |
tree | a49f1c53aa6dcfdf73a92cecddc8cc0306500758 /Assets/Editor/Tools/ShortcutHelper.cs | |
parent | 01f06fb513dab303abeb02d7e1007e397874bcc0 (diff) |
*misc
Diffstat (limited to 'Assets/Editor/Tools/ShortcutHelper.cs')
-rw-r--r-- | Assets/Editor/Tools/ShortcutHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Editor/Tools/ShortcutHelper.cs b/Assets/Editor/Tools/ShortcutHelper.cs index 9000e738..d0173d23 100644 --- a/Assets/Editor/Tools/ShortcutHelper.cs +++ b/Assets/Editor/Tools/ShortcutHelper.cs @@ -9,7 +9,7 @@ public class ShortcutHelper [MenuItem("Erika/Scene/打开Saionji场景 _F5")]
static void OpenSaionjiScene()
{
- string path = Application.dataPath + "/Scenes/Demo/SaionjiShowOff.unity";
+ string path = Application.dataPath + "/Scenes/Demo/FightDemoScene.unity";
if (!EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo())
{
return;
|