playMaker

Author Topic: LinkerData Compile error  (Read 2045 times)

Vern_S

  • Playmaker Newbie
  • *
  • Posts: 32
LinkerData Compile error
« on: August 08, 2016, 04:48:05 PM »
Any ideas on how to fix?

Assets\PlayMaker Utils\Wizards\LinkerWizard\LinkerData.cs(88,38): error CS1061: 'Type' does not contain a definition for 'Assembly' and no extension method 'Assembly' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)

Unity 5.4.0f1 - Hololens Developer preview

Thanks

jblair269

  • Playmaker Newbie
  • *
  • Posts: 1
Re: LinkerData Compile error
« Reply #1 on: October 03, 2016, 07:17:29 PM »
Has anyone found a fix for this yet? I am having the same issue.

richard216

  • Playmaker Newbie
  • *
  • Posts: 3
Re: LinkerData Compile error
« Reply #2 on: November 16, 2016, 04:11:47 PM »
same issue.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: LinkerData Compile error
« Reply #3 on: November 17, 2016, 02:18:28 AM »
Hi,

 It's likely due to the class you are trying to reach via GetProperty or similar reflection based actions.

Can you tell me which class you think it's trying to reach? If you don't know, I'll see if I can do a better reporting system for when this occurs.

 are you ALL using hololens in this post?

Bye,

 Jean