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

45 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Changelog
此包的所有更新日志会被记录在此文件中
## [1.1.0] - 2026-01-08
### Added
- 新增剧本设置窗口,在窗口中打开和导出剧本
### Fixed
- 修改Graph创建时的默认位置防止热更分包导致脚本丢失报错
- 修改Graph导出时对加载器的加载逻辑解决跨包无法加载的问题
## [1.0.7] - 2026-01-08
### Fixed
- 处理IResource多程序集共存产生的无法选择加载器问题
## [1.0.6] - 2026-01-08
### Fixed
- 处理Sample无法下载的问题
- 处理Graph选择加载器时指定程序集后不产生选项的问题
## [1.0.5] - 2026-01-06
### Changed
- 添加更新日志
- 修改加载器选择范围,允许指定程序集检查
### Fixed
- 处理Sample在UnityPackage窗口不显示的问题
## [1.0.4] - 2026-01-06
### Fixed
- 移除Editor程序集在Editor以外平台的编译许可解决打包报错问题
## [1.0.3] - 2026-01-06
### Changed
- 由于ARMaxPro环境自带了一份DoTween且该DoTween处于Plugins目录无法被程序集引用移除DoTween并改用异步动画替代
## [1.0.2] - 2026-01-06
### Fixed
- 处理RunTime程序集乱码报错
## [1.0.1] - 2026-01-06
### Added
- 添加程序集com.storyeditor.runtime和com.storyeditor.editor
## [1.0.0] - 2026-01-06
### Added
- 初始发布,包含基础剧本编辑器框架。