From 769e0199d5f717581e78ae4215c515a242ab316c Mon Sep 17 00:00:00 2001 From: hevinci Date: Tue, 6 Sep 2022 14:49:26 +0800 Subject: [PATCH] Update document --- Docs/AssetBundleBuilder.md | 6 +++--- Docs/AssetBundleCollector.md | 2 +- Docs/AssetBundleDebugger.md | 4 ++-- Docs/AssetBundleReporter.md | 6 +++--- Docs/GlobalSettings.md | 2 +- Docs/QuickStart.md | 4 ++-- Docs/ShaderVariantCollector.md | 2 +- README.md | 32 ++++++++++++++++---------------- 8 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Docs/AssetBundleBuilder.md b/Docs/AssetBundleBuilder.md index b811c9c..032d351 100644 --- a/Docs/AssetBundleBuilder.md +++ b/Docs/AssetBundleBuilder.md @@ -1,6 +1,6 @@ # 资源构建 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetBuilder-img1.png) +![image](./Image/AssetBuilder-img1.png) ### 界面介绍 @@ -100,13 +100,13 @@ public class GameEncryption : IEncryptionServices 资源包文件都是以文件的哈希值命名。 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetBuilder-img4.png) +![image](./Image/AssetBuilder-img4.png) ### 补丁清单 补丁清单是一个Json格式的文本文件,里面包含了所有资源包的信息,例如:名称,大小,CRC等。 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetBuilder-img2.png) +![image](./Image/AssetBuilder-img2.png) ### Jenkins支持 diff --git a/Docs/AssetBundleCollector.md b/Docs/AssetBundleCollector.md index bfdb42b..6896d0b 100644 --- a/Docs/AssetBundleCollector.md +++ b/Docs/AssetBundleCollector.md @@ -1,6 +1,6 @@ # 资源收集 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetGrouper-img1.png) +![image](./Image/AssetGrouper-img1.png) 左侧为分组列表,右侧为该分组的配置界面。 diff --git a/Docs/AssetBundleDebugger.md b/Docs/AssetBundleDebugger.md index 04df80f..4189e67 100644 --- a/Docs/AssetBundleDebugger.md +++ b/Docs/AssetBundleDebugger.md @@ -12,9 +12,9 @@ ### 资源对象列表视图 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetDebugger-img1.png) +![image](./Image/AssetDebugger-img1.png) ### 资源包列表视图 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetDebugger-img2.png) +![image](./Image/AssetDebugger-img2.png) diff --git a/Docs/AssetBundleReporter.md b/Docs/AssetBundleReporter.md index b6e3626..4c8d6d3 100644 --- a/Docs/AssetBundleReporter.md +++ b/Docs/AssetBundleReporter.md @@ -6,16 +6,16 @@ ### 概览视图 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetReporter-img1.png) +![image](./Image/AssetReporter-img1.png) ### 资源对象列表视图 可以查看资源对象列表以及每个资源对象所依赖的资源包。 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetReporter-img2.png) +![image](./Image/AssetReporter-img2.png) ### 资源包列表视图 可以查看资源包列表以及每个资源包所包含的资源对象。 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetReporter-img3.png) +![image](./Image/AssetReporter-img3.png) diff --git a/Docs/GlobalSettings.md b/Docs/GlobalSettings.md index 84761ed..8e6b758 100644 --- a/Docs/GlobalSettings.md +++ b/Docs/GlobalSettings.md @@ -1,6 +1,6 @@ # 全局配置 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/Settings-img1.jpg) +![image](./Image/Settings-img1.jpg) 通过右键创建配置文件(Project窗体内右键 -> Create -> YooAsset -> Create Setting) diff --git a/Docs/QuickStart.md b/Docs/QuickStart.md index ab4e915..f30b101 100644 --- a/Docs/QuickStart.md +++ b/Docs/QuickStart.md @@ -13,11 +13,11 @@ Scope(s): com.tuyoogame.yooasset ```` - ![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/QuickStart-img1.jpg) + ![image](./Image/QuickStart-img1.jpg) 打开管理界面 **Edit/Windows/Package Manager** - ![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/QuickStart-img2.jpg) + ![image](./Image/QuickStart-img2.jpg) 2. **通过Packages清单安装** diff --git a/Docs/ShaderVariantCollector.md b/Docs/ShaderVariantCollector.md index 402b256..f77256e 100644 --- a/Docs/ShaderVariantCollector.md +++ b/Docs/ShaderVariantCollector.md @@ -1,6 +1,6 @@ # 着色器变种收集 -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/ShaderVariantCollector-img1.png) +![image](./Image/ShaderVariantCollector-img1.png) 点击搜集变种按钮开始收集,请耐心等待结束。 diff --git a/README.md b/README.md index bd82ca3..c841f74 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/LOGO.png) +![image](./Docs/Image/LOGO.png) # YooAsset @@ -50,21 +50,21 @@ 支持传统的内置构建管线,也支持可编程构建管线(SBP)。 ## 入门教程 -1. [快速开始](https://github.com/tuyoogame/YooAsset/blob/master/Docs/QuickStart.md) -2. [全局配置](https://github.com/tuyoogame/YooAsset/blob/master/Docs/GlobalSettings.md) -3. [资源配置](https://github.com/tuyoogame/YooAsset/blob/master/Docs/AssetBundleCollector.md) -4. [资源打包](https://github.com/tuyoogame/YooAsset/blob/master/Docs/AssetBundleBuilder.md) -5. [资源部署](https://github.com/tuyoogame/YooAsset/blob/master/Docs/AssetBundleDeployer.md) -5. [构建报告](https://github.com/tuyoogame/YooAsset/blob/master/Docs/AssetBundleReporter.md) -5. [调试器](https://github.com/tuyoogame/YooAsset/blob/master/Docs/AssetBundleDebugger.md) -5. [着色器](https://github.com/tuyoogame/YooAsset/blob/master/Docs/ShaderVariantCollector.md) -5. [常见问题](https://github.com/tuyoogame/YooAsset/blob/master/Docs/FAQ.md) +1. [快速开始](.Docs/QuickStart.md) +2. [全局配置](./Docs/GlobalSettings.md) +3. [资源配置](./Docs/AssetBundleCollector.md) +4. [资源打包](./Docs/AssetBundleBuilder.md) +5. [资源部署](./Docs/AssetBundleDeployer.md) +5. [构建报告](./Docs/AssetBundleReporter.md) +5. [调试器](./Docs/AssetBundleDebugger.md) +5. [着色器](./Docs/ShaderVariantCollector.md) +5. [常见问题](./Docs/FAQ.md) ## 代码教程 -1. [初始化](https://github.com/tuyoogame/YooAsset/blob/master/Docs/CodeTutorial1.md) -2. [资源更新](https://github.com/tuyoogame/YooAsset/blob/master/Docs/CodeTutorial2.md) -3. [资源加载](https://github.com/tuyoogame/YooAsset/blob/master/Docs/CodeTutorial3.md) -3. [解决方案](https://github.com/tuyoogame/YooAsset/blob/master/Docs/CodeTutorial4.md) +1. [初始化](./Docs/CodeTutorial1.md) +2. [资源更新](./Docs/CodeTutorial2.md) +3. [资源加载](./Docs/CodeTutorial3.md) +3. [解决方案](./Docs/CodeTutorial4.md) ## 其它教程 @@ -76,9 +76,9 @@ QQ群:**963240451** -[致谢名单](https://github.com/tuyoogame/YooAsset/blob/master/Docs/Contributor.md)👯 +[致谢名单](./Docs/Contributor.md)👯 -[代码贡献](https://github.com/tuyoogame/YooAsset/blob/master/Docs/CodeStyle.md) +[代码贡献](./Docs/CodeStyle.md) ## 友情链接 [ET Framework](https://github.com/wqaetly/ET/tree/et7_fgui_yooasset_luban_huatuo): ET 7.0 + FGUI + luban + huatuo + YooAsset + NKGMoba + UniTask,并提供常用的编辑器工具。