From d4246252bb4f82b45f1c55c6ce7bb6d7f42fca16 Mon Sep 17 00:00:00 2001 From: mzh <3213885650@qq.com> Date: Tue, 6 Jan 2026 14:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90m=E3=80=91=E6=B7=BB=E5=8A=A0=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Editor/com.storyeditor.editor.asmdef | 14 +++++++++++++ .../Editor/com.storyeditor.editor.asmdef.meta | 7 +++++++ .../RunTime/com.storyeditor.runtime.asmdef | 20 +++++++++++++++++++ .../com.storyeditor.runtime.asmdef.meta | 7 +++++++ Assets/10.StoryEditor/package.json | 2 +- 5 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef create mode 100644 Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef.meta create mode 100644 Assets/10.StoryEditor/RunTime/com.storyeditor.runtime.asmdef create mode 100644 Assets/10.StoryEditor/RunTime/com.storyeditor.runtime.asmdef.meta diff --git a/Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef b/Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef new file mode 100644 index 0000000..1a139db --- /dev/null +++ b/Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef @@ -0,0 +1,14 @@ +{ + "name": "com.storyeditor.editor", + "rootNamespace": "", + "references": ["GUID:4f15563d771239c44bec6b88c77db9f7","GUID:002c1bbed08fa44d282ef34fd5edb138","GUID:b8e24fd1eb19b4226afebb2810e3c19b"], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef.meta b/Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef.meta new file mode 100644 index 0000000..b2b422a --- /dev/null +++ b/Assets/10.StoryEditor/Editor/com.storyeditor.editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c31e05a53145634458979bede822b24b +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10.StoryEditor/RunTime/com.storyeditor.runtime.asmdef b/Assets/10.StoryEditor/RunTime/com.storyeditor.runtime.asmdef new file mode 100644 index 0000000..6ef44ad --- /dev/null +++ b/Assets/10.StoryEditor/RunTime/com.storyeditor.runtime.asmdef @@ -0,0 +1,20 @@ +{ + "name": "com.storyeditor.runtime", + "rootNamespace": "", + "references": [ + "GUID:f51ebe6a0ceec4240a699833d6309b23", + "G, + "GUID:fad681b9bfe621d4fa07f4f69c311443", + "GUID:b8e24fd1eb19b4226afebb2810e3c19b"UID:fad681b9bfe621d4fa07f4f69c311443", + "GUID:b8e24fd1eb19b4226afebb2810e3c19b" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/10.StoryEditor/RunTime/com.storyeditor.runtime.asmdef.meta b/Assets/10.StoryEditor/RunTime/com.storyeditor.runtime.asmdef.meta new file mode 100644 index 0000000..4b8616c --- /dev/null +++ b/Assets/10.StoryEditor/RunTime/com.storyeditor.runtime.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4f15563d771239c44bec6b88c77db9f7 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10.StoryEditor/package.json b/Assets/10.StoryEditor/package.json index 1b23e63..c2012eb 100644 --- a/Assets/10.StoryEditor/package.json +++ b/Assets/10.StoryEditor/package.json @@ -1,6 +1,6 @@ { "name": "com.staryevo.storyeditor", - "version": "1.0.0", + "version": "1.0.1", "displayName": "10.StoryEditor", "description": "可视化剧本编辑器\n1.通过可视化图表编辑剧本内容\n2.将剧本导出为json\n3.解析剧本并执行", "unity": "2021.3",