Update document

pull/51/head
hevinci 2022-10-08 16:36:07 +08:00
parent e277649878
commit fc575f5bc0
4 changed files with 2 additions and 3 deletions

View File

@ -82,7 +82,7 @@ IEnumerator Start()
// 更新资源包版本 // 更新资源包版本
...... ......
var operation = AssetPackage.UpdateManifestAsync(packageCRC); var operation = AssetPackage.UpdateManifestAsync(packageCRC);
yield return operation; yield return operation;
// 下载更新文件 // 下载更新文件
var downloader = AssetPackage.CreatePatchDownloader(downloadingMaxNum, failedTryAgain); var downloader = AssetPackage.CreatePatchDownloader(downloadingMaxNum, failedTryAgain);

View File

@ -1,6 +1,6 @@
# 全局配置 # 全局配置
![image](./Image/Settings-img1.jpg) ![image](./Image/Settings-img1.png)
通过右键创建配置文件Project窗体内右键 -> Create -> YooAsset -> Create Setting 通过右键创建配置文件Project窗体内右键 -> Create -> YooAsset -> Create Setting
@ -11,5 +11,4 @@
- **Asset Bundle File Variant** : AssetBundle资源包后缀名 - **Asset Bundle File Variant** : AssetBundle资源包后缀名
- **Raw File Variant** : 原生资源包后缀名 - **Raw File Variant** : 原生资源包后缀名
- **Patch Manifest File Name** : 补丁清单文件名称 - **Patch Manifest File Name** : 补丁清单文件名称
- **Unity Manifest File Name** : Unity构建的清单名称

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB