diff --git a/UnityEditorPackage/README.md b/UnityEditorPackage/README.md index 3d8a68f..2a13df6 100644 --- a/UnityEditorPackage/README.md +++ b/UnityEditorPackage/README.md @@ -62,9 +62,7 @@ The inspector is used to see detailed information on objects of any type and man ### Settings * You can change the settings via the "Options" tab of the menu, or directly from the config file. - * BepInEx: `BepInEx\config\com.sinai.unityexplorer.cfg` - * MelonLoader: `UserData\MelonPreferences.cfg` - * Standalone `{DLL_location}\UnityExplorer\config.cfg` + * /sinai-dev-UnityExplorer~/config.cfg # Acknowledgments diff --git a/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll b/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll index 6ca172a..d2a2757 100644 Binary files a/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll and b/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll differ diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 189437e..6fa871b 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -15,7 +15,7 @@ namespace UnityExplorer public static class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "4.7.0"; + public const string VERSION = "4.7.1"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer"; @@ -74,8 +74,6 @@ namespace UnityExplorer // check master toggle if (InputManager.GetKeyDown(ConfigManager.Master_Toggle.Value)) UIManager.ShowMenu = !UIManager.ShowMenu; - - UIManager.Update(); } // Can be removed eventually. For migration from <4.7.0