This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 3.2.1
Just some minor cleanups and refactoring.
Users of the Standalone release should take note of the changes.
Standalone releases
The process for running UnityExplorer as a standalone dll is now simpler:
- Simply call
ExplorerStandalone.CreateInstance();
to create the instance. - Optionally subscribe to the
ExplorerStandalone.OnLog
event to handle logging. - You do not need to call
Update
yourself anymore.
BepInEx releases
- The UnityExplorer folder is now created at
BepInEx\plugins\UnityExplorer\
(for logs and outputs) - The config is still found at
BepInEx\config\UnityExplorer\config.ini
- You must delete the old config for the default output path to change to the plugins folder (or just manually change it yourself)