Files
plugin-library/Assets/10.StoryEditor/package.json
mzh f5a79aabf8 【m】10. StoryEditor [1.1.0] - 2026-01-08
### Added
- 新增剧本设置窗口,在窗口中打开和导出剧本
### Fixed
- 修改Graph创建时的默认位置,防止热更分包导致脚本丢失报错
- 修改Graph导出时对加载器的加载逻辑,解决跨包无法加载的问题
2026-01-08 17:31:26 +08:00

32 lines
804 B
JSON

{
"name": "com.staryevo.storyeditor",
"version": "1.1.0",
"displayName": "10.StoryEditor",
"description": "可视化剧本编辑器\n1.通过可视化图表编辑剧本内容\n2.将剧本导出为json\n3.解析剧本并执行",
"unity": "2021.3",
"unityRelease": "44f1c1",
"keywords": [
"unity",
"story",
"visual",
"editor",
"graph"
],
"author": {
"name": "staryEvo",
"url": "https://www.unity3d.com"
},
"dependencies": {
"com.github.siccity.xnode": "1.8.0",
"com.cysharp.unitask": "2.5.10",
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"samples": [
{
"displayName": "ARMazPro Sample",
"description": "基于ARMazPro环境的示例",
"path": "Samples~/ARMazProSample"
}
]
}