playMaker

Author Topic: Couldn't find Action Script  (Read 1417 times)

k3ndro

  • Playmaker Newbie
  • *
  • Posts: 3
Couldn't find Action Script
« on: May 10, 2020, 09:50:16 PM »
Hi,

I am reviving an old project. It's been left untouched for 5 years. So the Unity version is still in 5.2.1f1 and PlayMaker version 1.7.8.3p2

My problem is I cannot open a Custom Action Script. It is showing Couldn't find Action Script in the error. The script won't show if searched in project folders.

The game runs though, and the other PlayMaker preset ActionScripts I can access.

Wondering if I am missing something? Please see the screenshot below. Thank you

k3ndro

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Couldn't find Action Script
« Reply #1 on: May 14, 2020, 01:10:05 PM »
Up..

I was able to upgrade it to Unity 5.6.7 with PlayMaker 1.9.0

But the same error pops up still, Couldn't find action script.

Thore

  • Sr. Member
  • ****
  • Posts: 480
Re: Couldn't find Action Script
« Reply #2 on: May 14, 2020, 02:22:22 PM »
You can also search in the standard file browser like explorer/finder. If the script doesn’t exist by that file name, the action class may be inside a file with a different name. Go to one of the 22 uses and click on gear icon in the action, and edit it. It should bring up the code inside the file where it is used.

k3ndro

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Couldn't find Action Script
« Reply #3 on: May 14, 2020, 06:30:39 PM »
Hi, yes you are right. The actions were kept inside a single script.

Thank you so much!