Inspiaaa / UnityHFSM

A simple yet powerful class-based hierarchical finite state machine for Unity
MIT License
1.05k stars 121 forks source link

[Question] Any node editor for UnityHfsm?Or other Editor Tool ? #37

Closed mi1890 closed 4 months ago

mi1890 commented 9 months ago

I think it's more intuitional to use tool to create a fsm than to use code. So is there any editor tool for UnityHFSM?

Inspiaaa commented 4 months ago

Hi @mi1890, UnityHFSM is a primarily code-driven library and does not come with a visual editor / interface out of the box. Theoretically a visual editor could be built around UnityHFSM, but this is not part of the current roadmap.

If your occasionally interested in visualising more than interactively creating state machines, I personally find myself using Mermaid to illustrate the state machines I've created or plan to create.