2024-07-19 11:14:06 +08:00
|
|
|
|
??
|
|
|
|
|
|
2024-07-19 11:41:53 +08:00
|
|
|
|
# 当前功能:
|
2024-07-19 14:55:15 +08:00
|
|
|
|
### 当前项目具备功能:资源和代码热更新、UI管理器、流程管理器、Token池
|
|
|
|
|
### 当前项目引入插件:
|
|
|
|
|
- YooAsset
|
|
|
|
|
- HybridCLR
|
|
|
|
|
- UniTask
|
|
|
|
|
- DOTween
|
|
|
|
|
- NewtonsoftJson
|
|
|
|
|
- Odin
|
|
|
|
|
- IngameDebugConsole
|
|
|
|
|
- Luban
|
2024-07-19 11:14:06 +08:00
|
|
|
|
|
2024-07-19 11:41:53 +08:00
|
|
|
|
# 后期计划:
|
2024-07-19 14:55:15 +08:00
|
|
|
|
- 1、加入Luban配置管理工具——————(已完成)
|
2024-07-19 11:41:53 +08:00
|
|
|
|
- 2、完善项目生命周期和热更新脚本对象的绑定
|
2024-07-19 11:44:08 +08:00
|
|
|
|
- 3、处理HybridCLR对MonoBehaviour支持的问题
|
|
|
|
|
- 4、加入网络模块(服务端和客户端)
|
2024-07-19 17:39:33 +08:00
|
|
|
|
- 5、完善热更代码对gameobject的绑定
|
2024-07-22 18:15:01 +08:00
|
|
|
|
- 6、token最好是直接new,所以token对象池需要更改为直接创建新值,把旧的直接置空。
|
2024-07-19 17:39:33 +08:00
|
|
|
|
|
2024-07-19 17:43:26 +08:00
|
|
|
|
### 本项目借鉴了:
|
2024-11-08 11:24:11 +08:00
|
|
|
|
> ET、GF等框架的部分功能
|
|
|
|
|
|
|
|
|
|
### 快速访问链接
|
|
|
|
|
- [GF](https://github.com/EllanJiang/StarForce)
|
|
|
|
|
- [ET](https://github.com/egametang/ET/tree/release6.0)
|
|
|
|
|
- [luban](https://github.com/focus-creative-games/luban)
|
|
|
|
|
- [hybridclr](https://github.com/focus-creative-games/hybridclr)
|
|
|
|
|
- [Mirror](https://github.com/MirrorNetworking/Mirror)
|