Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: joduffy on June 22, 2013, 01:09:51 PM

Title: Kinect and Playmaker
Post by: joduffy on June 22, 2013, 01:09:51 PM
Hi I am trying to use playmaker with this kinect plugin:

https://www.assetstore.unity3d.com/#/content/7747
 (https://www.assetstore.unity3d.com/#/content/7747)
The problem is I keep getting this error code:

NOTE: if i delete playmaker everything is fine again.
-----------
Internal compiler error. See the console log for more information. output was:
Unhandled Exception: Mono.CSharp.InternalErrorException: Assets/PlayMaker/Actions/GUILayoutAction.cs(9,31): HutongGames.PlayMaker.Actions.GUILayoutAction.GUILayoutAction() ---> System.TypeLoadException: Could not load type 'System.Reflection.AssemblyConfigurationAttribute' from assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'.

  at (wrapper managed-to-native) System.MonoCustomAttrs:GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool)

  at System.MonoCustomAttrs.GetCustomAttributesBase (ICustomAttributeProvider obj, System.Type attributeType) [0x00000] in <filename unknown>:0

  at System.MonoCustomAttrs.GetCustomAttributes (ICustomAttributeProvider obj, System.Type attributeType, Boolean inherit) [0x00000] in <filename unknown>:0
Title: Re: Kinect and Playmaker
Post by: jeanfabre on June 24, 2013, 02:39:56 AM
Hi,

 Are you sure this is the only error fired? Is this the first error listed on the console?

Give me a day, I'll check it.

bye,

 Jean
Title: Re: Kinect and Playmaker
Post by: joduffy on June 24, 2013, 03:24:25 AM
Yes.

Turns out there were errors with NGUI as well.

You need to remove the dll's from the Plugin-folder (Microsoft.Speech.dll and sysglobl.dll) to remove the error.

I have been in contact with the developer and he said that those dlls are part of future development and were accidentally uploaded.

I am going to be testing it within the next few days and hopefully get kinect and playmaker working together.
Title: Re: Kinect and Playmaker
Post by: jeanfabre on June 24, 2013, 03:55:18 AM
Hi,

 Good. Thanks for reporting back.


bye,

 Jean