From 949bb2183aa3f98f6d6dd580750188ca1923712d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Mon, 10 Mar 2025 13:45:05 +0800 Subject: [PATCH] modify --- Editor/HybridCLR/BuildDLLCommand.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Editor/HybridCLR/BuildDLLCommand.cs b/Editor/HybridCLR/BuildDLLCommand.cs index dd3a71a..ef8c944 100644 --- a/Editor/HybridCLR/BuildDLLCommand.cs +++ b/Editor/HybridCLR/BuildDLLCommand.cs @@ -49,6 +49,11 @@ public static class BuildDLLCommand } #endif + public static void GenerateHybridCLRSome() + { + PrebuildCommand.GenerateAll(); + } + public static void BuildAndCopyDlls(BuildTarget target) { #if ENABLE_HYBRIDCLR