ActionVarSet.CreateNew_ methods for bools change the intValue rather than the boolValue. I remember AC back in the day used ints for the bool value.
My quick fix, if anyone needs it:
newAction.boolValue = (newValue) ? BoolValue.True : BoolValue.False;
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Thanks for the alert - I'll include an official fix in the next release.