I just updated from v2.9.2 to v3.2.6, and I noticed that I can no longer set custom colors for action nodes in FSMs. They’re now always red. We previously used different colors to visually organize larger FSMs, and having everything set to the same color is a notable downgrade in usability for us. I can’t find anything in the changelog or documentation that called out this change. Is this functionality truly gone or is there a different way to do this now?
If you want to bring back the custom coloring for the FSM states, please open up the FSMState.cs file and remove the [Color] attribute. I opted to add a default color for FSM states, but I will do it in another way so that it both has a default color as well as allow custom coloring for the next version.