diff --git a/Editor/MethodBridge/PlatformGeneratorBase.cs b/Editor/MethodBridge/PlatformGeneratorBase.cs index ac49452..7f13732 100644 --- a/Editor/MethodBridge/PlatformGeneratorBase.cs +++ b/Editor/MethodBridge/PlatformGeneratorBase.cs @@ -36,7 +36,7 @@ Managed2NativeMethodInfo hybridclr::interpreter::g_managed2nativeStub[] = lines.Add($"\t{{\"{method.CreateInvokeSigName()}\", __M2N_{method.CreateInvokeSigName()}}},"); } - lines.Add($"\t{{\"\", nullptr}},"); + lines.Add($"\t{{nullptr, nullptr}},"); lines.Add("};"); } diff --git a/package.json b/package.json index 26f05d5..1f8b76e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.focus-creative-games.hybridclr_unity", - "version": "1.1.9", + "version": "1.1.10", "displayName": "HybridCLR", "description": "Unity package for HybridCLR. It includes editor and runtime scripts and assets for HybridCLR", "category": "Runtime",