Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: jz87 on May 02, 2012, 08:28:42 AM

Title: Type load error
Post by: jz87 on May 02, 2012, 08:28:42 AM
I keep getting the following:
ReflectionTypeLoadException: The classes in the module cannot be loaded.
System.Reflection.Assembly.GetExportedTypes ()
HutongGames.PlayMakerEditor.FsmEditorUtility.BuildActionsList ()
HutongGames.PlayMakerEditor.ActionSelector.OnEnable ()

when I try to open up the action browser. I can't think of what could be causing it. The unity project compiles and runs just fine so it can't be that the assemblies are incompatible with the mono version. Just a note: I include 2 DLLs, a 3rd party vector drawing library and System.Reactive from Microsoft.
Title: Re: Type load error
Post by: Alex Chouls on May 02, 2012, 02:16:33 PM
This is fixed in 1.3.3 which should be up in the asset store very soon!
Title: Re: Type load error
Post by: jz87 on May 02, 2012, 04:01:31 PM
Yay