playMaker

Author Topic: Missing custom actions after namespace changed.  (Read 1044 times)

weiyon

  • Playmaker Newbie
  • *
  • Posts: 1
Missing custom actions after namespace changed.
« on: August 17, 2023, 12:54:35 PM »
I am new to Playmaker, after I played around with it, seem like custom actions that attached to a state would result to 'Missing action' whenever namespace is changed in C#.

1. Is it a common scenario that happened in Playmaker?

2. Is there a way to re-connect it again when it happens? I try changing its ActionName to the new namespace, but doesn't seem to work.


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Missing custom actions after namespace changed.
« Reply #1 on: August 21, 2023, 06:06:59 AM »
Hi.
Changing namespace will break the reference and your action can not be found anymore.

You can try to change back the namespace and restart unity.