-
Notifications
You must be signed in to change notification settings - Fork 4
Home
scottbot95 edited this page Aug 21, 2019
·
4 revisions
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
