Resources for Mod Developers

Wiki Resources

  • Open Source Repositories
    • The VRising modding community focuses on open-source mods to encourage learning and the development of new features. Feel free to explore and reference any of the open-source mods listed here, but please be sure to credit the creators and follow any relevant license requirements.
  • Prefabs list
    • Lists of the various prefabs, grouped by type, or you can review all of them.

Mod Tools

Tools made by those in the community.


Web Resources


Unity Explorer

Unity Explorer is a tool that allows you to dig into the internal structure of the game while it’s running.

Prerequisites

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

Installation

  1. Download the UnityExplorer.BepInEx.IL2CPP.CoreCLR.zip directly from the repository Releases
  2. Extract to your desired location.
  3. Copy the folder sinai-dev-UnityExplorer inside the plugins folder to the BepInEx\plugins folder.
  4. The next time you run the game with BepInEx, the Unity Explorer UI will be overlayed in the game. See https://github.com/yukieiji/UnityExplorer for more information about how to use it.


Table of contents