From 1a56126d10cd1bfb9f0346fa1fb1873a99b17e52 Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:56:47 +0100 Subject: [PATCH] IL2CPP version up to 5.2.1 --- RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditorCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditorCore.cs b/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditorCore.cs index 2f69de8..a47079a 100644 --- a/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditorCore.cs +++ b/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditorCore.cs @@ -24,7 +24,7 @@ public class RuntimeUnityEditorCore /// Beware that this is a const and it will be burned as a string into your assembly at build time. /// To see the version that is currently installed use . /// - public const string Version = "5.2"; + public const string Version = "5.2.1"; /// /// Get the currently installed version at runtime.