Resources for Mod Developers
Unity Explorer
Gloomrot
Unity Explorer is a tool that allows you to dig into the internal structure of the game while it’s running.
Unity Explorer can be built from source and installed manually:
Prerequisites
- Install BepInEx in VRising
- Install the .NET 6 SDK via manual download or winget (winget install Microsoft.DotNet.SDK.6)
Build Instructions
- Clone https://github.com/kremnev8/UnityExplorer
- In a terminal in the
UnityExplorer
directory, rundotnet build -c BIE_Cpp_CoreCLR .\src\UnityExplorer.csproj
. This will build the plugin. - Copy all of the files in the
Release\Release\UnityExplorer.BepInEx.IL2CPP.CoreCLR
subdirectory to the BepInEx plugin directory at<steamapps>\common\VRising\BepInEx\plugins
. - The next time you run the game with BepInEx, the Unity Explorer UI will be overlayed in the game. See https://github.com/kremnev8/UnityExplorer for more information about how to use it.
Thunderstore Version
UnityExplorer IL2CPP at CoreKeeper Thunderstore