Unity Explorer
Unity Explorer that works with YAPYAP and BepInEx 5.
UnityExplorer is a powerful in-game toolset designed for exploring, debugging, and modifying YAPYAP and other games built with the Unity engine. It effectively acts as a mock version of the Unity Editor’s “Inspector” and “Hierarchy” windows, but accessible while the game is actually running.
Core Purpose
It is primarily used by modders and developers to understand how a game is built by inspecting its internal objects and components in real-time.
You can change game properties (like player speed, health, or gravity) on the fly without restarting the game.
Key Features
- Scene Explorer: Traverse active scenes to find every object currently loaded in the game.
- Inspector: View and edit the specific properties, variables, and components of any selected object.
- Free Camera: Toggle a free-roaming camera to fly through the game world, even when the UI menu is hidden.
- Object Search: Search for specific C# classes, static variables, or singletons within the game’s code.
- Log Viewer: Access an in-game console to see real-time error logs and debug messages.
If you are interested in modding YAPYAP, this guide is for you!
Requires: BepInex 5
Made by: Yukieji
To install Unity Explorer, unzip the archive to YAPYAP\BepInEx.


