From df77df485447f1f0426b218dceb915fb44ec6cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Wed, 25 Dec 2024 18:49:12 +0800 Subject: [PATCH] update space shooter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正编译错误 --- .../YooAsset/Samples~/Space Shooter/GameScript/Runtime/Boot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/YooAsset/Samples~/Space Shooter/GameScript/Runtime/Boot.cs b/Assets/YooAsset/Samples~/Space Shooter/GameScript/Runtime/Boot.cs index 8c5e18c6..0767915e 100644 --- a/Assets/YooAsset/Samples~/Space Shooter/GameScript/Runtime/Boot.cs +++ b/Assets/YooAsset/Samples~/Space Shooter/GameScript/Runtime/Boot.cs @@ -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;