diff options
author | chai <chaifix@163.com> | 2021-09-09 14:58:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-09 14:58:31 +0800 |
commit | 491fab84700fd96a5140000679a11ca93349c8d1 (patch) | |
tree | c3f4e37217e161ee5ef6833e67f676a0b85bfdab /Assets/ActionTool/Editor/ActionEditor.cs | |
parent | ee156b2a7254d58e646dc44f5828c7e1eb8e1b64 (diff) |
*air combo
Diffstat (limited to 'Assets/ActionTool/Editor/ActionEditor.cs')
-rw-r--r-- | Assets/ActionTool/Editor/ActionEditor.cs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Assets/ActionTool/Editor/ActionEditor.cs b/Assets/ActionTool/Editor/ActionEditor.cs index d3377cc8..b84b9e0e 100644 --- a/Assets/ActionTool/Editor/ActionEditor.cs +++ b/Assets/ActionTool/Editor/ActionEditor.cs @@ -90,14 +90,14 @@ namespace ActionTool GUILayout.EndHorizontal();
- var scene = EditorSceneManager.GetActiveScene();
- if (scene == null || scene.path != ActionManager.scenePath)
- {
- if(GUILayout.Button("打开ActionToolScene"))
- {
- EditorSceneManager.OpenScene(ActionManager.scenePath);
- }
- }
+ //var scene = EditorSceneManager.GetActiveScene();
+ //if (scene == null || scene.path != ActionManager.scenePath)
+ //{
+ // if(GUILayout.Button("打开ActionToolScene"))
+ // {
+ // EditorSceneManager.OpenScene(ActionManager.scenePath);
+ // }
+ //}
if (ActionManager.CurrentUnit == null)
{
|