Skip to content
Geoffrey Horsington edited this page May 3, 2018 · 27 revisions

Welcome to the Doorstop wiki!

Here you can find information about Unity Doorstop.

About Unity Doorstop

Unity Doorstop (just Doorstop from now on) is a tool to sideload managed assemblies into Unity games. Doorstop sideloads assemblies right before Unity loads its own managed assemblies, which gives the developer total control of how and when to load Unity assemblies.

By itself, Doorstop is of little use to the end-users. Instead, Doorstop is used in conjunction with loaders that in turn do all the interesting job. Thus the aim of this tool is just to work as a doorstop for Unity to open early access to the managed Mono runtime.

Getting started

Users

If you are a user, you can start by reading the following:

Developers

Clone this wiki locally