playMaker

Author Topic: Issue using Linker Wizard with Unity v2022.3.60F1 [SOLVED]  (Read 130 times)

colpolstudios

  • Sr. Member
  • ****
  • Posts: 367
Issue using Linker Wizard with Unity v2022.3.60F1 [SOLVED]
« on: November 20, 2025, 05:03:17 PM »
Hi, I have been developing a project using Unity version 2022.3.60F1 for some time and just recently imported the Linker Wizard into my project as I use set and get properties sparingly. Using Playmaker version 1.9.9 and Arraymaker (Major: 1, Minor: 4, patch 1: Build 0, Type f.

My project now has 25 errors.

My project had no errors until I imported the Linker Wizard and the actions.
That I am using within my project.

Console info: Assets\PlayMaker ArrayMaker\Addons\Custom\Table\Actions\ArrayTableAddRow.cs(55,62): error CS0117: 'PlayMakerUtils' does not contain a definition for 'LogFullPathToAction'

Assets\PlayMaker ArrayMaker\Addons\Custom\Table\Actions\ArrayTableContains.cs(91,62): error CS0117: 'PlayMakerUtils' does not contain a definition for 'LogFullPathToAction'

All of the errors are pointing to the Playmaker
Arraymaker-Addons-Custom-Table-Actions.

My entire project is now in SAFE MODE! Without a resolution.

« Last Edit: November 22, 2025, 07:40:23 AM by colpolstudios »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4268
  • Official Playmaker Support
    • LinkedIn
Re: Issue using Linker Wizard with Unity v2022.3.60F1
« Reply #1 on: November 21, 2025, 02:09:06 AM »
Try deleting the LinkerWizard folder (backup your project first):
Assets\PlayMaker Utils\Wizards\LinkerWizard

Maybe the version you have is out of sync with other changes.
You can also open the LinkerWizard package in an empty project to double check where its files are imported and remove those files.

However, as you noted, the errors you posted are in ArrayMaker, so it might not help.
Did you import or update any other packages?

I've pinged JeanFabre, the author of ArrayMaker and the LinkerWizard. He might have a better idea what's going on.

colpolstudios

  • Sr. Member
  • ****
  • Posts: 367
Re: Issue using Linker Wizard with Unity v2022.3.60F1 [Solved]
« Reply #2 on: November 22, 2025, 07:39:38 AM »
I deleted the arraymaker package and reinstalled it. The issue has been resolved.

I ran the linker wizard and the debug, and successfully updated the Linker content.