Inspiaaa / UnityHFSM

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

[Feature Request] Automatically Generate Flowchart from StateMachine #52

Open sandsalamand opened 4 months ago

sandsalamand commented 4 months ago

Hello, I'm guessing that you don't have the time to work on this right now, but I'm wondering how difficult you think it would be to add.

I love creating state machines in code with HFSM, but it's difficult for other members of the team to jump in and make changes to long blocks of code. It would be really cool if HFSM could generate a document or Editor window (GraphView?) which documents the transitions between the various states.