Powerful visual scripting toolkit for Unity.
Still in earlier development and may have frequent API changes, do not use it in any production environment
Add following dependencies to manifest.json
.
"dependencies": {
"com.kurisu.chris": "https://github.com/AkiKurisu/Chris.git",
"com.cysharp.unitask":"https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"com.unity.nuget.newtonsoft-json": "3.2.1"
}
- Generic and delegate support
- Graph and C# integration
- Editor debugging
- Easy implementation
- Optimized runtime performance
Introducing the core concepts of Ceres.
Introducing the code generation inside Ceres.
Introducing the visual scripting solution Flow inside Ceres.
Unity 2022.3 LTS or later.
Support Mono, IL2CPP.
https://akikurisu.github.io/Ceres/api/Ceres.html
Powerful visual scripting solution inspired from Unreal's Blueprint.
Included in this repository.
See Startup Flow.
AI powered dialogue visual designer for Unity.
See Next-Gen-Dialogue.
Support Ceres to serialize any object and edit them in editor, also providing contextual event used in Flow.
Support Ceres to execute node in async.