Skip to content
Scott Techau edited this page Aug 21, 2019 · 4 revisions

Disunity

A fullstack toolchain for modding Unity games.

Project overview

Disunity components are separated into a number of projects within the repository:

  • Disunity.Core/ general functionality shared by multiple components
  • Disunity.Editor/ Unity Editor extension for exporting mod archives
  • Disunity.Preloader/ MonoMod preload patcher which implements the Disunity mod-preloader
  • Disunity.Runtime/ Bepinex plugin which implements the Disunity runtime mod-loader
  • Disunity.Management/ functionality covering all aspects of local mod management
  • Disunity.Cli a commandline mod manager which utilizes Disunity.Management
  • Disunity.Store/ an ASP.NET Core site implementing the mod store backend
  • Frontend/ a Typescript/Vue.js frontend for the mod store

Clone this wiki locally