Two Cats Code | Flow Core Page | Documentation | Trailer Video | DemoDiscord | Unity Asset-Store | Feature Request | Bug Report | Discussions

Please always refer to the online documentation for up-to-date news.

Documentations

Quick Tutorials

Release Notes

🕹️ Demo Provided.

Strongly-Typed Gameplay Workflows for Unity

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.

What Flow Core Is For

🔗 Visual Gameplay 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.

🧠 Strongly-Typed Runtime Data

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.

🧍 Modular Character Systems