diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 4e75ab7..e82a143 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -16,7 +16,7 @@ namespace UnityExplorer public static class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "4.4.3"; + public const string VERSION = "4.4.4"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer"; @@ -45,7 +45,7 @@ namespace UnityExplorer RuntimeHelper.Init(); ExplorerBehaviour.Setup(); - UniverseLib.Universe.Init(ConfigManager.Startup_Delay_Time.Value, LateInit, Log, new UniverseLib.Config.UUConfig + UniverseLib.Universe.Init(ConfigManager.Startup_Delay_Time.Value, LateInit, Log, new() { Disable_EventSystem_Override = ConfigManager.Disable_EventSystem_Override.Value, Force_Unlock_Mouse = ConfigManager.Force_Unlock_Mouse.Value, diff --git a/src/UnityExplorer.csproj b/src/UnityExplorer.csproj index e1eb456..df4b45a 100644 --- a/src/UnityExplorer.csproj +++ b/src/UnityExplorer.csproj @@ -6,6 +6,7 @@ AnyCPU {B21DBDE3-5D6F-4726-93AB-CC3CC68BAE7D} Library + 9.0 Properties 512 true