playMaker

Author Topic: SOLVED: VisionOS Builds result in Playmaker Console Errors  (Read 4841 times)

mrphilipjoel

  • Junior Playmaker
  • **
  • Posts: 57
SOLVED: VisionOS Builds result in Playmaker Console Errors
« on: July 05, 2024, 02:31:56 PM »
  • Mac OS Sonoma 14.4
  • Unity 2022.3.36f1
  • Vision OS template 1.2.3
  • Simulator SDK Target

  • Opened the Vision OS template 1.2.3, into Unity 2022.3.36f1
  • Installed Playmaker 1.9.8
  • I can create new Playmaker FSM, run in editor, no issues.

If I attempt a build for Vision OS, I get 17k+ console errors all related to Playmaker.

I submitted a Bug Report to Playmaker via the Editor tool (but I didn't get email confirmation).
« Last Edit: August 18, 2024, 09:19:05 AM by mrphilipjoel »

mrphilipjoel

  • Junior Playmaker
  • **
  • Posts: 57
Re: VisionOS Builds result in Playmaker Console Errors
« Reply #1 on: July 09, 2024, 09:25:54 AM »
I thought it would also be safe to build the Vision Template by itself, just to make sure nothing was wrong with my installation. The templete built successfully if I did not include playmaker.

I then created an empty 3D BuiltInRP project. Set build target to VisionOS, targeted the simulatorSDK. Did a build, and it built fine. I then added Playmaker through package manager. I got a popup that the package contained scripts that needed updated. When it was done, I got errors in the console that said it was Unable to Update the playmaker assemblies:


Unable to update following assemblies:Assets/PlayMaker/Editor/PlayMakerEditor.dll (Name = PlayMakerEditor, Error = 131) (Output: /var/folders/f1/h6cdptln3zq7shtg3q4q6rz80000gn/T/tmp5f652abb.tmp)

mrphilipjoel

  • Junior Playmaker
  • **
  • Posts: 57
Re: VisionOS Builds result in Playmaker Console Errors
« Reply #2 on: August 16, 2024, 06:03:48 PM »
Its worth noting, we worked with Unity support to see if they could figure it out. They were really nice, and did their best, but ultimately advised we reach out to the Playmaker developer.

mrphilipjoel

  • Junior Playmaker
  • **
  • Posts: 57
Re: VisionOS Builds result in Playmaker Console Errors
« Reply #3 on: August 17, 2024, 03:46:20 PM »
It may just be related to the 'TooltipAttribute'. Seems every action that uses 'Tooltip' is throwing the error. These are the variations of the error I'm seeing in the Editor Log:

  • The type or namespace name 'TooltipAttribute' does not exist in the namespace 'HutongGames.PlayMaker'
  • 'TooltipAttribute' is not an attribute class
  • 'The type or namespace name 'TooltipAttribute' does not exist in the namespace

mrphilipjoel

  • Junior Playmaker
  • **
  • Posts: 57
Re: VisionOS Builds result in Playmaker Console Errors
« Reply #4 on: August 18, 2024, 09:18:38 AM »
I used a script to replace all the 'tooltip' attribute references to one that used HutongGames.PlayMaker.Tooltip.

Once those errors were resolved...then all the new ones came in for other attributes.
  • ActionSectionAttribute
  • ActionSection
  • UIHint
  • ...etc

OMG. The playmaker plugin in Assets/Plugins/Playmaker...'VisionOS' is 'unchecked'.  I just checked it, did a build, I have errors, but not related to Playmaker now.

Wow. Can't believe how long it took me to check that.