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