Update document

pull/4/head
hevinci 2022-03-03 18:40:58 +08:00
parent 0237f00751
commit 8b08907ea8
6 changed files with 42 additions and 41 deletions

View File

@ -31,13 +31,14 @@ YooAsset是一个基于Unity3D引擎的资源管理插件。
支持线上版本快速回退,支持区分审核版本,测试版本,线上版本,支持灰度更新及测试。 支持线上版本快速回退,支持区分审核版本,测试版本,线上版本,支持灰度更新及测试。
## 入门教程 ## 入门教程
**1. 快速开始** 1. [快速开始](https://github.com/tuyoogame/YooAsset/blob/master/Docs/QuickStart.md)
**2. 全局配置** 2. [全局配置](https://github.com/tuyoogame/YooAsset/blob/master/Docs/Settings.md)
**3. 资源收集** 3. [资源收集](https://github.com/tuyoogame/YooAsset/blob/master/Docs/AssetCollector.md)
**4. 资源打包** 4. [资源打包](https://github.com/tuyoogame/YooAsset/blob/master/Docs/AssetBuilder.md)
**5. 资源部署** 5. [资源部署](https://github.com/tuyoogame/YooAsset/blob/master/Docs/AssetDeploy.md)
## 代码教程 ## 代码教程
**1. 初始化** 1. [初始化](https://github.com/tuyoogame/YooAsset/blob/master/Docs/YooAssetInit.md)
**2. 资源更新** 2. [资源更新](https://github.com/tuyoogame/YooAsset/blob/master/Docs/YooAssetUpdater.md)
**3. 资源加载** 3. [资源加载](https://github.com/tuyoogame/YooAsset/blob/master/Docs/YooAssetLoader.md)