File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11## All Versions
22
3+ ## 1.0.5 (October 29 2025)
4+
5+ - ** Fixed** missing HotUpdate Monobehaviour issue
6+ - ** Supported** Standalone mode
7+
38## 1.0.4 (October 15 2025)
49
510- ** Fixed** ` AddComponent<T> ` and ` GetComponent<T> ` issue under editor
Original file line number Diff line number Diff line change @@ -53,9 +53,10 @@ JEngine is a powerful Unity framework that enables **runtime hot updates** for y
5353| ** HybridCLR** | Runtime code execution | [ GitHub] ( https://github.com/focus-creative-games/hybridclr ) |
5454| ** YooAssets** | Runtime resource updates | [ GitHub] ( https://github.com/tuyoogame/YooAsset ) |
5555
56- ## 🎉 Latest Features (v1.0.4 )
56+ ## 🎉 Latest Features (v1.0.5 )
5757
58- - ** Fixed** ` AddComponent<T> ` and ` GetComponent<T> ` issue under editor
58+ - ** Fixed** missing HotUpdate Monobehaviour issue
59+ - ** Supported** Standalone mode
5960
6061[ 📋 View Complete Changelog] ( CHANGE.md )
6162
Original file line number Diff line number Diff line change @@ -57,9 +57,10 @@ JEngine是针对Unity开发者设计的**开箱即用**的框架,封装了强
5757| ** HybridCLR** | 运行时代码执行 | [ GitHub] ( https://github.com/focus-creative-games/hybridclr ) |
5858| ** YooAssets** | 运行时资源更新 | [ GitHub] ( https://github.com/tuyoogame/YooAsset ) |
5959
60- ## 🎉 最新功能 (v1.0.4 )
60+ ## 🎉 最新功能 (v1.0.5 )
6161
62- - ** 修复** 编辑器下 ` AddComponent<T> ` 和 ` GetComponent<T> ` 问题
62+ - ** 修复** 丢失热更MonoBehaviour问题
63+ - ** 支持** 单机模式
6364
6465[ 📋 查看完整更新日志] ( CHANGE.md )
6566
You can’t perform that action at this time.
0 commit comments