bump version, update readme

This commit is contained in:
Sinai
2021-03-11 18:32:57 +11:00
parent 1a5e843070
commit 7a8b5b50d1
2 changed files with 3 additions and 1 deletions

View File

@ -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.