playMaker

Author Topic: Kinect and Playmaker  (Read 7653 times)

joduffy

  • Full Member
  • ***
  • Posts: 121
  • Here to help
    • Online Playmaker Courses
Kinect and Playmaker
« 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

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
- Jonathan

Online Playmaker Courses available at:
http://courses.jonathanoduffy.com

“I want the world to be a better place because I was here.”  -  Will Smith

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Kinect and Playmaker
« Reply #1 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

joduffy

  • Full Member
  • ***
  • Posts: 121
  • Here to help
    • Online Playmaker Courses
Re: Kinect and Playmaker
« Reply #2 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.
- Jonathan

Online Playmaker Courses available at:
http://courses.jonathanoduffy.com

“I want the world to be a better place because I was here.”  -  Will Smith

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Kinect and Playmaker
« Reply #3 on: June 24, 2013, 03:55:18 AM »
Hi,

 Good. Thanks for reporting back.


bye,

 Jean