New App Domain?

Is it possible to create a new app domain inside of Unity and load new assembly into it? We can get it to load, the object comes back not null, and we can access public properties, but when we try calling a method we get a null reference exception.

New appdomains are possible.

Please read the following post for a solution

http://forum.unity3d.com/viewtopic.php?t=8383

:wink: