playMaker

Author Topic: console errors after updating playmaker[SOLVED]  (Read 8089 times)

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: console errors after updating playmaker[SOLVED]
« Reply #15 on: January 12, 2018, 04:28:44 PM »
I think there's a bug in the Unity API Updater. Sometimes it fails and then won't let you run it again. I haven't been able to repro here.

One thing you could check is the file write privileges for your project. Make sure no files are read-only for some reason. That would stop the API Updater from changing those files.

coggia

  • Playmaker Newbie
  • *
  • Posts: 11
Re: console errors after updating playmaker[SOLVED]
« Reply #16 on: January 13, 2018, 04:28:16 AM »
I'm under MacOS, not a file is locked.
So i guess it's really a bug.
Anyway, as it don't reproduce on a clean install, i'll have just to finish my tests on the old version, and start later on a new clean install.
thanks for all your times & efforts everyone.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: console errors after updating playmaker[SOLVED]
« Reply #17 on: January 13, 2018, 11:59:48 AM »
You could manually copy the updated dlls from a new project to the old project: Assets\PlayMaker\Editor\PlayMakerEditor.dll

We will also have an update soon that won't need the API Updater to run.

coggia

  • Playmaker Newbie
  • *
  • Posts: 11
Re: console errors after updating playmaker[SOLVED]
« Reply #18 on: January 14, 2018, 02:47:25 AM »
Yes indeed, by updating copying manually the PlayMaker.dll, it works

Thanks for your time and efforts :)