From 21f376b6988f592a8c5ebea6ea24cf9bbcc75ff8 Mon Sep 17 00:00:00 2001 From: dgflash Date: Sat, 16 Apr 2022 14:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8E=9F=E7=94=9F=E5=8C=85?= =?UTF-8?q?=E7=83=AD=E6=9B=B4=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 #### 第三方库源码库 | 库名 | 介绍 | 原创链接 |