From f943baa634d11425e7e929cbab5e5ebcd9d85ef7 Mon Sep 17 00:00:00 2001 From: mzh <3213885650@qq.com> Date: Wed, 7 Jan 2026 16:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90m=E3=80=91=E7=A7=BB=E9=99=A4StroyEditr?= =?UTF-8?q?o=E7=BC=96=E8=BE=91=E5=99=A8=E7=A8=8B=E5=BA=8F=E9=9B=86Editor?= =?UTF-8?q?=E4=BB=A5=E5=A4=96=E5=B9=B3=E5=8F=B0=E7=9A=84=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Editor/com.storyeditor.editor.asmdef | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef b/Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef index 1a139db..8ee9ee6 100644 --- a/Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef +++ b/Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef @@ -1,8 +1,14 @@ { "name": "com.storyeditor.editor", "rootNamespace": "", - "references": ["GUID:4f15563d771239c44bec6b88c77db9f7","GUID:002c1bbed08fa44d282ef34fd5edb138","GUID:b8e24fd1eb19b4226afebb2810e3c19b"], - "includePlatforms": [], + "references": [ + "GUID:4f15563d771239c44bec6b88c77db9f7", + "GUID:002c1bbed08fa44d282ef34fd5edb138", + "GUID:b8e24fd1eb19b4226afebb2810e3c19b" + ], + "includePlatforms": [ + "Editor" + ], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false,