Link Search Menu Expand Document (external link)

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

  1. Install BepInEx in VRising
  2. Install the .NET 6 SDK via manual download or winget (winget install Microsoft.DotNet.SDK.6)

Build Instructions

  1. Clone https://github.com/kremnev8/UnityExplorer
  2. In a terminal in the UnityExplorer directory, run dotnet build -c BIE_Cpp_CoreCLR .\src\UnityExplorer.csproj. This will build the plugin.
  3. 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.
  4. 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