playMaker

Author Topic: Datamaker import errors [SOLVED]  (Read 1477 times)

parallel

  • Full Member
  • ***
  • Posts: 155
Datamaker import errors [SOLVED]
« on: October 09, 2016, 05:54:23 PM »
Hi there! All was was fine until data maker was imported from ecosystem on Unity 5.4.f1 & PM 1.8.2 with the following message:

Code: [Select]
Assets/PlayMaker Utils/Wizards/LinkerWizard/Editor/LinkerEditorChecks.cs(19,44): error CS1502: The best overloaded method match for`HutongGames.PlayMaker.Ecosystem.Utils.LinkerData.RegisterClassDependancy(string, string)' has some invalid arguments

Assets/PlayMaker Utils/Wizards/LinkerWizard/Editor/LinkerEditorChecks.cs(19,44): error CS1503: Argument `#1' cannot convert `System.Type' expression to type `string'

Any ideas on going forward?
« Last Edit: October 10, 2016, 05:39:34 PM by parallel »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Datamaker import errors
« Reply #1 on: October 10, 2016, 04:34:04 AM »
Hi,

 Yes, good catch. I have updated the package on the Ecosystem, please redownload. Let me know if you are still in trouble after that, you should be fine though.

Bye,

 Jean

parallel

  • Full Member
  • ***
  • Posts: 155
Re: Datamaker import errors
« Reply #2 on: October 10, 2016, 05:38:41 PM »
Thanks! all good now after reinstalling all PM folders, because of the same issue as this one. Btw, I was on PM 1.8.3 and not on 1.8.2 in case it matters.