Skip to content

Version 0.1.0

Latest
Compare
Choose a tag to compare
@AkiKurisu AkiKurisu released this 08 Jan 17:07
· 2 commits to main since this release

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.

fd4add63e16bb13a0342d8ff10629631

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.