General Purpose Data Driven Finite State Machine Plugin
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description

[Ludiq Bolt](https://assetstore.unity.com/packages/tools/visual-scripting/bolt-163802)
It would be nice to have a robust, high performance data driven fsm with an easy to use visual editor similar to Ludiq Bolt on Unity. It will move various kinds of control flows out of code and into data.
**Benefits**
- Makes large scale projects or games with complex flows easier to manage
- Reduced compile time on large projects since graph changes will be in data no need to compile code
- Reduces barrier of entry to make games due to visual nature of the tool
- It can be used to build a number of other content authoring systems on top of it.
eg, Animation State Machine, AI FSM, UX State Graph
- Content creation (related to flow eg. UX, AI...etc) can be distributed to non-programming team members
Contributor guide
Assessment
This issue has not been assessed yet.