【m】10. StoryEditor [1.1.0] - 2026-01-08

### Added
- 新增剧本设置窗口,在窗口中打开和导出剧本
### Fixed
- 修改Graph创建时的默认位置,防止热更分包导致脚本丢失报错
- 修改Graph导出时对加载器的加载逻辑,解决跨包无法加载的问题
This commit is contained in:
mzh
2026-01-08 17:31:26 +08:00
parent f3a4165c1e
commit f5a79aabf8
8 changed files with 264 additions and 104 deletions

View File

@@ -1,6 +1,13 @@
# Changelog
此包的所有更新日志会被记录在此文件中
## [1.1.0] - 2026-01-08
### Added
- 新增剧本设置窗口,在窗口中打开和导出剧本
### Fixed
- 修改Graph创建时的默认位置防止热更分包导致脚本丢失报错
- 修改Graph导出时对加载器的加载逻辑解决跨包无法加载的问题
## [1.0.7] - 2026-01-08
### Fixed
- 处理IResource多程序集共存产生的无法选择加载器问题