-
Notifications
You must be signed in to change notification settings - Fork 70
Home
Geoffrey Horsington edited this page May 3, 2018
·
27 revisions
Welcome to the Doorstop wiki!
Here you can find information 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.
If you are a user, you can start by reading the following: