diff --git a/.gitignore b/.gitignore index a23e500..8f6b377 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ #/////////////////////////// # Cocos Creator 3D Project #/////////////////////////// +hotupdate-assets/ library/ temp/ local/ diff --git a/README.md b/README.md index 93dc98a..3ef4d0f 100644 --- a/README.md +++ b/README.md @@ -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 #### 第三方库源码库 | 库名 | 介绍 | 原创链接 |