Hello, I'm building a Custom Action Editor that has an FSMBool field in it like so:
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.