From f2422ed16c7bd982fdc6ccba466fabf5247506f5 Mon Sep 17 00:00:00 2001 From: hevinci Date: Mon, 17 Oct 2022 16:35:40 +0800 Subject: [PATCH] Update PatchSystem --- .../Runtime/PatchSystem/PlayMode/EditorSimulateModeHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeHelper.cs b/Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeHelper.cs index 31063a5..da0daf9 100644 --- a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeHelper.cs +++ b/Assets/YooAsset/Runtime/PatchSystem/PlayMode/EditorSimulateModeHelper.cs @@ -39,7 +39,7 @@ namespace YooAsset /// /// 编辑器下模拟构建补丁清单 /// - public static string SimulateBuild(string packageName, bool enableAddressable) { throw new System.Exception("Only support in unity editor !"); } + public static string SimulateBuild(string packageName) { throw new System.Exception("Only support in unity editor !"); } } } #endif \ No newline at end of file