Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 7a8b5b5

Browse files
committed
bump version, update readme
1 parent 1a5e843 commit 7a8b5b5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Note: You must use version 0.3 of MelonLoader or greater. Version 0.3 is current
6767

6868
### Standalone
6969

70+
The standalone release is based on the BepInEx build, so it requires Harmony 2.0 (or HarmonyX) to function properly.
71+
7072
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.
7173
1. Create an instance of Unity Explorer with `ExplorerStandalone.CreateInstance();`
7274
2. Optionally subscribe to the `ExplorerStandalone.OnLog` event to handle logging if you wish.

src/ExplorerCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace UnityExplorer
1515
public class ExplorerCore
1616
{
1717
public const string NAME = "UnityExplorer";
18-
public const string VERSION = "3.2.0";
18+
public const string VERSION = "3.2.1";
1919
public const string AUTHOR = "Sinai";
2020
public const string GUID = "com.sinai.unityexplorer";
2121

0 commit comments

Comments
 (0)