update space shooter

修正编译错误
pull/418/head 2.2.5-preview
何冠峰 2024-12-25 18:49:12 +08:00
parent 4f75248f5b
commit df77df4854
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class Boot : MonoBehaviour
GameObject.Instantiate(go);
// 开始补丁更新流程
PatchOperation operation = new PatchOperation("DefaultPackage", EDefaultBuildPipeline.BuiltinBuildPipeline.ToString(), false, PlayMode);
PatchOperation operation = new PatchOperation("DefaultPackage", PlayMode);
YooAssets.StartOperation(operation);
yield return operation;