playMaker

Author Topic: Type load error  (Read 2418 times)

jz87

  • Playmaker Newbie
  • *
  • Posts: 7
Type load error
« 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.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Type load error
« Reply #1 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!

jz87

  • Playmaker Newbie
  • *
  • Posts: 7
Re: Type load error
« Reply #2 on: May 02, 2012, 04:01:31 PM »
Yay