Two Cats Code | Flow Core Page | Documentation | Trailer Video | Demo | Discord | Unity Asset-Store | Feature Request | Bug Report | Discussions
Please always refer to the online documentation for up-to-date news.
🕹️ Demo Provided.
Flow Core is a production-grade visual workflow framework for Unity. It helps teams build gameplay logic, character behavior, interaction systems, and reusable game features through strongly-typed graphs and code-first extension points.
Flow Core is not designed to hide architecture behind visual scripting. It is designed to make gameplay systems easier to author, inspect, extend, and maintain without giving up type safety, runtime performance, or clear ownership of game logic.
Create readable gameplay flows with explicit execution paths, typed inputs, conditions, instructions, and reusable logic blocks.
Use Flow Graphs when behavior needs to be visible, testable, and easier to reason about across design and engineering workflows.
Use the Blackboard to store and access runtime data through explicit typed keys.
Flow Core favors predictable data access, clear extension points, and low-overhead runtime behavior over loosely-typed convenience systems.