Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Vern_S on August 08, 2016, 04:48:05 PM

Title: LinkerData Compile error
Post by: Vern_S 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
Title: Re: LinkerData Compile error
Post by: jblair269 on October 03, 2016, 07:17:29 PM
Has anyone found a fix for this yet? I am having the same issue.
Title: Re: LinkerData Compile error
Post by: richard216 on November 16, 2016, 04:11:47 PM
same issue.
Title: Re: LinkerData Compile error
Post by: jeanfabre 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