playMaker

Author Topic: CustomActionEditor VariableEditor.FsmBoolPopup does not work  (Read 902 times)

NoahRayburn

  • Playmaker Newbie
  • *
  • Posts: 1
CustomActionEditor VariableEditor.FsmBoolPopup does not work
« on: January 05, 2023, 07:16:29 PM »
Hello, I'm building a Custom Action Editor that has an FSMBool field in it like so:

Code: [Select]
response.fsmBool = HutongGames.PlayMakerEditor.VariableEditor.FsmBoolPopup(new GUIContent("FSM Bool: "), action.Fsm, response.fsmBool);
However in the inspector, I can use the popup but whatever I click the field remains empty.