update space shooter

修正编译错误
This commit is contained in:
何冠峰
2024-12-25 18:49:12 +08:00
parent 4f75248f5b
commit df77df4854

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;