🔍 An in-game UI for exploring, debugging and modifying Unity games.
✔️ Supports most Unity versions from 5.2 to 2021+ (IL2CPP and Mono).
✨ Powered by UniverseLib
⚡ Thunderstore releases: BepInEx Mono | BepInEx IL2CPP | MelonLoader IL2CPP
Release | IL2CPP | Mono |
---|---|---|
BIE 6.X | ✅ link | ✅ link |
BIE 5.X | ✖️ n/a | ✅ link |
- Take the
UnityExplorer.BIE.[version].dll
and theUniverseLib.[version].dll
files and put them inBepInEx\plugins\
Note: BepInEx 6 is obtainable via BepisBuilds
Release | IL2CPP | Mono |
---|---|---|
ML 0.4+ | ✅ link | ✅ link |
- Take the
UnityExplorer.ML.[version].dll
file and put them in theMods\
folder created by MelonLoader, and then put theUniverseLib.[version].dll
file in theUserLibs\
folder.
IL2CPP | Mono |
---|---|
✅ link | ✅ link |
The standalone release can be used with any injector or loader of your choice, but it requires you to load the dependencies manually.
- Ensure the required libs are loaded - UniverseLib, HarmonyX and MonoMod
- For IL2CPP, load Il2CppAssemblyUnhollower and start an Il2CppAssemblyUnhollower runtime
- Load the UnityExplorer DLL
- Create an instance of Unity Explorer with
UnityExplorer.ExplorerStandalone.CreateInstance();
- Optionally subscribe to the
ExplorerStandalone.OnLog
event to handle logging if you wish
Although UnityExplorer should work out of the box for most Unity games, in some cases you may need to tweak the settings for it to work properly.
To adjust the settings, open the config file:
- BepInEx:
BepInEx\config\com.sinai.unityexplorer.cfg
- MelonLoader:
UserData\MelonPreferences.cfg
- Standalone:
UnityExplorer\config.cfg
Try adjusting the following settings and see if it fixes your issues:
Startup_Delay_Time
- increase to 5-10 seconds (or more as needed), can fix issues with UnityExplorer being destroyed or corrupted during startup.Disable_EventSystem_Override
- if input is not working properly, try setting this totrue
.
If these fixes do not work, please create an issue in this repo and I'll do my best to look into it.
- Use the Scene Explorer tab to traverse the active scenes, as well as the DontDestroyOnLoad and HideAndDontSave objects.
- The "HideAndDontSave" scene contains objects with that flag, as well as Assets and Resources which are not in any scene but behave the same way.
- You can use the Scene Loader to easily load any of the scenes in the build (may not work for Unity 5.X games)
- Use the Object Search tab to search for Unity objects (including GameObjects, Components, etc), C# Singletons or Static Classes.
- Use the UnityObject search to look for any objects which derive from
UnityEngine.Object
, with optional filters - The singleton search will look for any classes with a typical "Instance" field, and check it for a current value. This may cause unexpected behaviour in some IL2CPP games as we cannot distinguish between true properties and field-properties, so some property accessors will be invoked.
- Use the UnityObject search to look for any objects which derive from
The inspector is used to see detailed information on objects of any type and manipulate their values, as well as to inspect C# Classes with static reflection.
- The GameObject Inspector (tab prefix
[G]
) is used to inspect aGameObject
, and to see and manipulate its Transform and Components.- You can edit any of the input fields in the inspector (excluding readonly fields) and press Enter to apply your changes. You can also do this to the GameObject path as a way to change the GameObject's parent. Press the Escape key to cancel your edits.
- note: When inspecting a GameObject with a Canvas, the transform controls may be overridden by the RectTransform anchors.
- The Reflection Inspectors (tab prefix
[R]
and[S]
) are used for everything else- Automatic updating is not enabled by default, and you must press Apply for any changes you make to take effect.
- Press the
▼
button to expand certain values such as strings, enums, lists, dictionaries, some structs, etc - Use the filters at the top to quickly find the members you are looking for
- For
Texture2D
objects, there is aView Texture
button at the top of the inspector which lets you view it and save it as a PNG file. Currently there are no other similar helpers yet, but I may add more at some point for Mesh, Sprite, Material, etc
- The C# Console uses the
Mono.CSharp.Evaluator
to define temporary classes or run immediate REPL code. - You can execute a script automatically on startup by naming it
startup.cs
and placing it in theUnityExplorer\Scripts\
folder (this folder will be created where you placed the DLL file). - See the "Help" dropdown in the C# console menu for more detailed information.
- The Hooks panel allows you to hook methods at the click of a button for debugging purposes.
- Simply enter any class (generic types not yet supported) and hook the methods you want from the menu.
- You can edit the source code of the generated hook with the "Edit Hook Source" button. Accepted method names are
Prefix
(which can returnbool
orvoid
),Postfix
,Finalizer
(which can returnException
orvoid
), andTranspiler
(which must returnIEnumerable<HarmonyLib.CodeInstruction>
). You can define multiple patches if you wish.
- The "Mouse Inspect" dropdown in the "Inspector" panel allows you to inspect objects under the mouse.
- World: uses Physics.Raycast to look for Colliders
- UI: uses GraphicRaycasters to find UI objects
- The "Clipboard" panel allows you to see your current paste value, or clear it (resets it to
null
)- Can copy the value from any member in a Reflection Inspector, Enumerable or Dictionary, and from the target of any Inspector tab
- Can paste values onto any member in a Reflection Inspector
- Non-parsable arguments in Method/Property Evaluators allow pasting values
- The C# Console has helper methods
Copy(obj)
andPaste()
for accessing the Clipboard
- You can change the settings via the "Options" tab of the menu, or directly from the config file.
- BepInEx:
BepInEx\config\com.sinai.unityexplorer.cfg
- MelonLoader:
UserData\MelonPreferences.cfg
- Standalone
{DLL_location}\UnityExplorer\config.cfg
- BepInEx:
- Clone the repository and run
git submodule update --init --recursive
to get the submodules. - Open the
src\UnityExplorer.sln
project. - Build
mcs
(Release/AnyCPU, you may need to runnuget restore mcs.sln
) - Build the UnityExplorer release(s) you want to use, either by selecting the config as the Active Config, or batch-building.
If you fork the repository on GitHub you can build using the dotnet workflow:
- Click on the Actions tab and enable workflows in your repository
- Click on the "Build UnityExplorer" workflow, then click "Run Workflow" and run it manually, or make a new commit to trigger the workflow.
- Take the artifact from the completed run.
- ManlyMarco for Runtime Unity Editor [license], the ScriptEvaluator from RUE's REPL console was used as the base for UnityExplorer's C# console.
- Geoffrey Horsington for mcs-unity [no license], used as the
Mono.CSharp
reference for the C# Console.
UnityExplorer is in no way associated with Unity Technologies. "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere.