Releases: liangxiegame/QFramework
v1.0.60
[CN] ActionKit:修复 UniRx&Tween Action 的报错问题
[CN] ActionKit:增加 Lerp&Ease Example
[CN] ResKit:ResLoader 支持用 MonoScript 加载 prefab
[CN] UIKit:UIKit 第二次 Open Panel 时 Level 有效(感谢群友 NormalKatt 提供反馈)
[CN] ActionKit:修复 OnFinish 后启动新序列报错问题
[CN] ActionKit:Deinit 后等一帧回收
[EN] ActionKit: Fix compile error with UniRx&Tween Action
[EN] ActionKit: Add Lerp&Ease Example
[EN] ResKit: ResLoader supports loading prefab by MonoScript
[EN] UIKit: The Level is valid when UIKit opens the Panel for the second time
[EN] ActionKit: Fix the issue of error reporting when starting a new sequence after OnFinish
[EN] ActionKit: Wait for one frame to be recycled after Deinit
v1.0.54
- CN: 增加 StopAllSound 的 Example
- CN: ResKit.LoadSceneAsync 的回调可以为空
- CN: ResKit 生成代码时可以选择命名风格
- CN: 改进 ActionKit 驱动代码
- CN: CodeGenKit:OtherBinds 生成的类型带命名空间
- CN: 修复 IAction 暂停后导致回收的问题
- CN: QAsset 生成的资源文件名字取消 ToLower()
- [EN]: EventKit: Adds a bunch of event triggers
- [EN]: Add StopAllSound Example
- [EN]: callbacks to ResKit.LoadSceneAsync can be null
- [EN]: ResKit can select a naming style when generating code
- [EN]: Improved ActionKit driver code
- [EN]: CodeGenKit: OtherBinds the type generated with namespace
- [EN]: Fixed an issue that resulted in a recall after IAction was suspended
- [EN]: QAsset generated resource file name cancel ToLower()
v1.0.44 OtherBinds
- [CN] CodeGenKit 支持 OtherBinds
- [CN] FSMKit 支持 OnStateChanged
- [EN] CodeGenKit support OtherBinds
- [EN] FSMKit support OnStateChanged
v1.0.43
- [CN] ActionKit 支持 ID
- [EN] ActionKit support ID
1.0.42
- [CN] ActionKit:修复 Deinit 后可能多跑一帧的问题(学猫叫的鹦鹉提供反馈)
- [EN] ActionKit:fix error frame count after Deinit
v1.0.41
- [CN] ActionKit: 修复 Repeat 的 Sequence 没有正确回收的问题
- [EN] ActionKit: fix repeate's sequence not recycle problem
v1.0.40
CN: ScriptableEvent&Property 整理
CN: UIKit 重复的 LoadPanelPrefab 代码删除 (高跟鞋、NormalKatt 提供反馈)
EN: ScriptableEvent&Property code management
EN: UIKit remove repeat code of LoadPanelPrefab (gaogenxie、NormalKatt feedback)
v1.0.39
CN: QFramework.cs:新增 AbstractCommand 和示例
CN: FluentAPI 新增 StringJoin 和 API 文档
CN: ListPool 重复释放异常支持(于大进 反馈)
EN: QFramework.cs: add AbstractCommand and example
EN: FluentAPI add StringJoin and API doc
EN: ListPool throw exception when recycle repeatly(feedback by Yu)
v1.0.38
- CN: 修复工具篇更多内容导致 QF Editor 闪退的问题
- EN: fix qf editor crash problem