Ceres
Powerful node based visual scripting toolkit for Unity.
Introduction
Include Flow, a visual scripting solution inspired from Unreal's Blueprint.
You can easily call C# function and implement custom event in flow as shown in the figure below.
Design Intentions
When I found that when my game development reached a certain level of complexity, the designer needed a tool to quickly realize the idea. The Unreal Engine's blueprint system was very easy to use, which made me interested in implementing it in Unity.
Before that, I had developed a behavior tree editor for AI design and a dialogue editor based on a tree structure, but this was obviously not enough for the blueprint. I migrated some of the code and refactored it. And used this repository as the cornerstone of my visual scripting solution.
Notice
This package is still in earlier development and may have frequent API changes, do not use it in any production environment.