mirror of https://github.com/tuyoogame/YooAsset
update samples
parent
9476bbe562
commit
db889366ac
|
@ -35,7 +35,7 @@ public class Boot : MonoBehaviour
|
||||||
GameObject.Instantiate(go);
|
GameObject.Instantiate(go);
|
||||||
|
|
||||||
// 开始补丁更新流程
|
// 开始补丁更新流程
|
||||||
PatchOperation operation = new PatchOperation("DefaultPackage", DefaultBuildPipeline.BuiltinBuildPipelineName, PlayMode);
|
PatchOperation operation = new PatchOperation("DefaultPackage", EDefaultBuildPipeline.BuiltinBuildPipeline.ToString(), PlayMode);
|
||||||
YooAssets.StartOperation(operation);
|
YooAssets.StartOperation(operation);
|
||||||
yield return operation;
|
yield return operation;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue