This repository was archived by the owner on May 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,7 @@ The inspector is used to see detailed information on objects of any type and man
62
62
### Settings
63
63
64
64
* You can change the settings via the "Options" tab of the menu, or directly from the config file.
65
- * BepInEx: ` BepInEx\config\com.sinai.unityexplorer.cfg `
66
- * MelonLoader: ` UserData\MelonPreferences.cfg `
67
- * Standalone ` {DLL_location}\UnityExplorer\config.cfg `
65
+ * <AssetsFolder >/sinai-dev-UnityExplorer~ /config.cfg
68
66
69
67
# Acknowledgments
70
68
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace UnityExplorer
15
15
public static class ExplorerCore
16
16
{
17
17
public const string NAME = "UnityExplorer" ;
18
- public const string VERSION = "4.7.0 " ;
18
+ public const string VERSION = "4.7.1 " ;
19
19
public const string AUTHOR = "Sinai" ;
20
20
public const string GUID = "com.sinai.unityexplorer" ;
21
21
@@ -74,8 +74,6 @@ internal static void Update()
74
74
// check master toggle
75
75
if ( InputManager . GetKeyDown ( ConfigManager . Master_Toggle . Value ) )
76
76
UIManager . ShowMenu = ! UIManager . ShowMenu ;
77
-
78
- UIManager . Update ( ) ;
79
77
}
80
78
81
79
// Can be removed eventually. For migration from <4.7.0
You can’t perform that action at this time.
0 commit comments