playMaker

Author Topic: Can't build my project due to Action error?  (Read 1095 times)

JJGamez64

  • Playmaker Newbie
  • *
  • Posts: 3
Can't build my project due to Action error?
« on: February 01, 2020, 03:05:41 PM »
I haven't had any issue building my project before and I haven't found the problem object in question yet, I'm still looking! I have many prefabs with the FSM State name, but I find the wording on the error log odd? Anyone have any advice?
« Last Edit: February 01, 2020, 03:10:31 PM by JJGamez64 »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Can't build my project due to Action error?
« Reply #1 on: February 03, 2020, 12:51:16 AM »
Hi,

 can you rebuild the fsms using the playmaker tools menu command "Update all loaded FSMs" and also "Update all fsm in build"

 let me know how it goes after that.

Bye,

 Jean

JJGamez64

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Can't build my project due to Action error?
« Reply #2 on: February 03, 2020, 04:32:29 AM »
Ah! I forgot this thread was up. I wound the problem child, I had an FSM action dependent on a variable and for some reason the action to GET the variable value was disabled.
But if I were to have done what you suggested what exactly does that do?

paradiseprime

  • Full Member
  • ***
  • Posts: 105
Re: Can't build my project due to Action error?
« Reply #3 on: February 04, 2020, 03:29:41 AM »
Ah! I forgot this thread was up. I wound the problem child, I had an FSM action dependent on a variable and for some reason the action to GET the variable value was disabled.
But if I were to have done what you suggested what exactly does that do?
Hey I am suffering the same issue. How did you re-enable the action?

JJGamez64

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Can't build my project due to Action error?
« Reply #4 on: February 04, 2020, 08:13:59 PM »
Well like I said it was an action in one of the states in an FSM that was supposed to happen before the action that was having the error. Clicking the checkmark on the action to enable/disable it. It was unchecked, so it was disabled. I turned it back on and the value that you see in the Error Log that says it needs to be a number with a value or whatever was able to be received again.