Update document

This commit is contained in:
hevinci
2022-03-03 18:40:58 +08:00
parent 0237f00751
commit 8b08907ea8
6 changed files with 42 additions and 41 deletions

View File

@@ -54,7 +54,7 @@ private IEnumerator InitializeYooAsset()
private IEnumerator InitializeYooAsset()
{
var createParameters = new YooAssets.HostPlayModeParameters();
createParameters.LocationRoot = "Assets/GameRes";
createParameters.LocationRoot = "Assets/GameRes";
createParameters.DecryptServices = null;
createParameters.ClearCacheWhenDirty = false;
createParameters.IgnoreResourceVersion = false;