playMaker

Author Topic: API script auto-update: conditional expression issue?  (Read 745 times)

Broken Stylus

  • Beta Group
  • Hero Member
  • *
  • Posts: 773
API script auto-update: conditional expression issue?
« on: October 30, 2023, 12:23:21 PM »
I'm getting two errors that are almost the same:

Code: [Select]
Unable to update following assemblies:Assets/PlayMaker/Editor/PlayMakerEditor.dll (Name = PlayMakerEditor, Error = 131)
For both reports there are about 40 lines of text and at the bottom of the biggest bloc, I see that it deals with

Assets/PlayMaker/Editor/ConditionalExpressionEditor.dll
Assets/PlayMaker/ConditionalExpression.dll

I got it both when I merely updated an already existing installation, and when I deleted the Playmaker folder and reinstalled it entirely.
The scriptupdater is failing to deal with these two DLLs.

They can be deleted which means they don't prevent any build, nor using the action Conditional Expression. A few tests seem to indicate it remains operational despite the failure to be updated.

Unity trying to update these two DLLs wasn't obviously going to happen as they were not listed in the little popup that presented the scripts the updater would manage.

So it's not critical but it would be nice to give it a check.