playMaker

Author Topic: [Solved] Added FsmInt to existing custom action, does not appear on action  (Read 2278 times)

Zyxil

  • Playmaker Newbie
  • *
  • Posts: 10
So I have a custom action that is used in a few places.  I added a new FsmInt public field to the action and when I switch back to Unity everything compiles like normal, but the new field does not appear on the action.  

Why would a new field not show up on the action?
« Last Edit: September 14, 2012, 10:48:55 PM by Zyxil »

Zyxil

  • Playmaker Newbie
  • *
  • Posts: 10
Re: [Solved] Added FsmInt to existing custom action, does not appear on action
« Reply #1 on: September 14, 2012, 10:52:10 PM »
I figured it out.  I'll write this out in detail.  Hopefully it will help future seekers.

As with other users on the forum, when the menu doesn't appear or actions don't compile correctly, you need to check for code exceptions or bad syntax in saved code.  These errors can be anywhere in your code; they are not necessarily in the code you are having trouble with.

In my case, the Unity console window wasn't showing a compile exception.  I had to hunt in Visual Studio for the exception there.