diff --git a/lib/0Harmony.dll b/lib/0Harmony.dll
index 7c89b44..1319812 100644
Binary files a/lib/0Harmony.dll and b/lib/0Harmony.dll differ
diff --git a/lib/BepInEx.dll b/lib/BepInEx.dll
index 4f11349..c5c5266 100644
Binary files a/lib/BepInEx.dll and b/lib/BepInEx.dll differ
diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs
index b28b4df..17ff219 100644
--- a/src/ExplorerCore.cs
+++ b/src/ExplorerCore.cs
@@ -14,7 +14,7 @@ namespace UnityExplorer
public class ExplorerCore
{
public const string NAME = "UnityExplorer";
- public const string VERSION = "3.0.0";
+ public const string VERSION = "3.0.1";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.unityexplorer";
public const string EXPLORER_FOLDER = @"Mods\UnityExplorer";
@@ -84,9 +84,6 @@ namespace UnityExplorer
{
UIManager.Init();
Log("Initialized UnityExplorer UI.");
-
- // temp debug
- InspectorManager.Instance.Inspect(Tests.TestClass.Instance);
}
catch (Exception e)
{
diff --git a/src/UnityExplorer.csproj b/src/UnityExplorer.csproj
index 1025ae7..cebedc8 100644
--- a/src/UnityExplorer.csproj
+++ b/src/UnityExplorer.csproj
@@ -106,85 +106,17 @@
$(MLMonoGameFolder)\MelonLoader\MelonLoader.ModHandler.dll
False
-
- $(BIEMonoGameFolder)\BepInEx\core\BepInEx.dll
+ ..\lib\BepInEx.dll
False
- $(BIEMonoGameFolder)\BepInEx\core\0Harmony.dll
+ ..\lib\0Harmony.dll
False
-
@@ -204,14 +136,6 @@
$(MLCppGameFolder)\MelonLoader\Managed\Il2CppSystem.Core.dll
False
-
$(MLCppGameFolder)\MelonLoader\Managed\UnityEngine.dll
False
@@ -267,14 +191,6 @@
$(BIECppGameFolder)\BepInEx\unhollowed\Il2CppSystem.Core.dll
False
-
$(BIECppGameFolder)\BepInEx\unhollowed\UnityEngine.dll
False