diff --git a/README.md b/README.md index f74dfc7..6ccdfba 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ Note: You must use version 0.3 of MelonLoader or greater. Version 0.3 is current ### Standalone +The standalone release is based on the BepInEx build, so it requires Harmony 2.0 (or HarmonyX) to function properly. + 0. Load the DLL from your mod or inject it. You must also make sure that the required libraries (Harmony, Unhollower for Il2Cpp, etc) are loaded. 1. Create an instance of Unity Explorer with `ExplorerStandalone.CreateInstance();` 2. Optionally subscribe to the `ExplorerStandalone.OnLog` event to handle logging if you wish. diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 67d4a1b..6f03281 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -15,7 +15,7 @@ namespace UnityExplorer public class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "3.2.0"; + public const string VERSION = "3.2.1"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";