playMaker

Author Topic: (SOLVED)Playmaker 1.9.4 errors after update  (Read 1402 times)

SawyerK

  • Junior Playmaker
  • **
  • Posts: 99
(SOLVED)Playmaker 1.9.4 errors after update
« on: January 16, 2023, 02:29:01 PM »
Hi!

I updated Unity from version 2019.1 to 2019.4 lts. Updated Playmaker from 1.9.0 to 1.9.4 (I guess this is the version for Unity 2019.4 lts) manually (Asset Store/Project Manager didn't update it automatically).
After updating I got some errors for a couple of actions (22).
My question is. Is this the right Playmaker version for this Unity 2019.4.40f1 LTS?
If so how can I get rid of these errors, If not which is the right version?
Also I cant open any of the Playmaker windows, Welcome screen, Playmaker GUI, Actions etc.

Some help would be appreciated, Thank you!

« Last Edit: January 28, 2023, 02:14:56 PM by SawyerK »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Playmaker 1.9.4 errors after update
« Reply #1 on: January 17, 2023, 12:19:39 AM »
Hi.
Can you show the errors.
Playmaker (and several other 3rd party assets) wont start if there are red errors

SawyerK

  • Junior Playmaker
  • **
  • Posts: 99
Re: Playmaker 1.9.4 errors after update
« Reply #2 on: January 17, 2023, 10:07:14 AM »
Sure, here's all the errors.


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Playmaker 1.9.4 errors after update
« Reply #3 on: January 17, 2023, 11:42:13 PM »
HI.
I can see that they are duplicate errors.

On the errors you can see the file names (for example ClampRotation.cs)

on the project window search this file (there will be 2 or more results)
remove the ones you think are the old ones.
If you are not sure, then remove both/all and reimport playmaker.

as always, Make a backup before you do this :)

SawyerK

  • Junior Playmaker
  • **
  • Posts: 99
Re: Playmaker 1.9.4 errors after update
« Reply #4 on: January 18, 2023, 11:51:19 AM »
Hi!
Thank you very much for the help it worked! :D
Now I only have these errors when I press play. I can't seem to track them down where they lead.
Weird errors never seen these before, only after the update.




djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Playmaker 1.9.4 errors after update
« Reply #5 on: January 18, 2023, 11:28:19 PM »
Hi.
Not sure why its doing this, but one thing you can try is Reimport all (this might take a long time depending on your project size)

Are you using the "Find Game Object" Action ?
If so, was it one of the duplicates?

on a side note:
You should use Find Game Object only at the start of a scene, not during gameplay, as its performance heavy.