新增原生包热更新功能

This commit is contained in:
dgflash
2022-04-16 14:33:59 +08:00
parent 4b8c36111e
commit 21f376b698
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
#///////////////////////////
# Cocos Creator 3D Project
#///////////////////////////
hotupdate-assets/
library/
temp/
local/

View File

@@ -62,7 +62,10 @@ oops-framework 基于 Cocos Creato 3.x 开发的一款游戏框架
6. 渲染纹理
- 三维摄像机内容显示到模型上 - RtToModel
- 三维模型显示到二维精灵上 - RtToSprite
7. 热更新
- 热更控制脚本 game/initialize/view/HotUpdate.ts
- 本地热更配置 resources/project.manifes
- 本地热更配置 resources/version.manifes
#### 第三方库源码库
| 库名 | 介绍 | 原创链接 |