DerPopo / SurvivalKit

A plugin system for 7 Days to Die
5 stars 2 forks source link

Put plugins into external AppDomains #2

Open DerPopo opened 9 years ago

DerPopo commented 9 years ago

Creating an AppDomain crashes the game (either it's my or unity's fault). In the meantime the current AppDomain is used to load plugins and therefore plugins can't be unloaded/reloaded.

gwmensink commented 9 years ago

Was browsing the Unity forums when I found this. http://forum.unity3d.com/threads/dynamic-dll-loading.7818/

This thread implies custom appdomains are possible.