mirror of https://github.com/tuyoogame/YooAsset
Update document
parent
c395a7a750
commit
091758022f
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
- **Build Mode**
|
- **Build Mode**
|
||||||
|
|
||||||
构建模式:强制构建模式,增量构建模式,快速构建模式,演练构建模式。
|
构建模式:强制构建模式,增量构建模式,演练构建模式,模拟构建模式。
|
||||||
|
|
||||||
- **Encryption**
|
- **Encryption**
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ YooAssets.InitializeAsync(CreateParameters parameters);
|
||||||
````c#
|
````c#
|
||||||
private IEnumerator InitializeYooAsset()
|
private IEnumerator InitializeYooAsset()
|
||||||
{
|
{
|
||||||
var createParameters = new YooAssets.EditorPlayModeParameters();
|
var createParameters = new YooAssets.EditorSimulateModeParameters();
|
||||||
createParameters.LocationServices = new DefaultLocationServices("Assets/GameRes");
|
createParameters.LocationServices = new DefaultLocationServices("Assets/GameRes");
|
||||||
yield return YooAssets.InitializeAsync(createParameters);
|
yield return YooAssets.InitializeAsync(createParameters);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue