This repository was archived by the owner on May 9, 2023. It is now read-only.
Explorer 2.0.0
Changes
Reflection Inspector
- Can now inspect Static Classes (either from Search, or from C# Console)
- Added ability to toggle between Instance or Static members when inspecting an object
- Can now edit and set entries on lists, if the entry is primitive and the list is assignable from
IList
. May not work very well in Il2Cpp yet.
Search
- Added Static Class search
C# Console
- Added some interactive helper commands to do things more easily from the console. Use the
Help();
command from the console to see them (they're printed to the mod loader's Console / debug log) - Added basic auto-complete. Once again thanks to ManlyMarco for demonstrating how to do this.
Other
- Some more unstrip fixes
- Lots of project restructuring and re-factoring. Probably won't make much difference to performance.
Releases
There are 4 different builds of Explorer to accommodate for different Unity versions and Mod Loaders, use the one appropriate for you. If you're not sure, just try all of them and see which works best.
Note: BepInEx Il2Cpp build is not yet confirmed working, but it might work in some games. It requires the experimental 6.0.0
version of BepInEx, which you can find in the BepInEx discord or on GitHub.