Update document

pull/40/head
hevinci 2022-09-06 14:49:26 +08:00
parent e77dfb5ca3
commit 769e0199d5
8 changed files with 29 additions and 29 deletions

View File

@ -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支持

View File

@ -1,6 +1,6 @@
# 资源收集
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetGrouper-img1.png)
![image](./Image/AssetGrouper-img1.png)
左侧为分组列表,右侧为该分组的配置界面。

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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清单安装**

View File

@ -1,6 +1,6 @@
# 着色器变种收集
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/ShaderVariantCollector-img1.png)
![image](./Image/ShaderVariantCollector-img1.png)
点击搜集变种按钮开始收集,请耐心等待结束。

View File

@ -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并提供常用的编辑器工具。