Skip to content

Commit f1b6908

Browse files
v1.0.5
1 parent 0ad1b33 commit f1b6908

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README_zh_cn.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)