Skip to content

Commit

Permalink
Update document
Browse files Browse the repository at this point in the history
  • Loading branch information
gmhevinci committed Mar 3, 2023
1 parent ab29069 commit 6fb5626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ YooAsset依赖于ScriptBuildPipeline(SBP),在PackageManager里找到SBP插

Unity引擎不允许把场景文件和其它资源文件一起打包。

#### 问题:WebGL平台运行时报错:Failed to decompress data for the AssetBundle.

WebGL平台不支持资源文件加密。在构建选项里,可以将加密方法设置为空

#### 问题:ClearCacheWhenDirty参数没了吗?

不是很必须的一个功能,已经移除了。可以使用以下方法代替:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ YooAsset可以满足以下任何需求:
5. [构建报告](./Docs/AssetBundleReporter.md)
5. [调试器](./Docs/AssetBundleDebugger.md)
5. [着色器](./Docs/ShaderVariantCollector.md)
5. [常见问题](./Docs/FAQ.md)
5. [FAQ](./Docs/FAQ.md)

## 代码教程
1. [初始化](./Docs/CodeTutorial1.md)
Expand Down

0 comments on commit 6fb5626

Please sign in to comment.