Skip to content
/ SFlow Public

a simple and base workflow framework base odin inspector

Notifications You must be signed in to change notification settings

Nice2mty/SFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

一个简单且基础的基于Odin Inspector的可视化工作流程框架.

环境要求:

  • Odin Inspector 插件
  • UniTask

sflow

框架里面包含了最基本的一些节点:

sflow_1

想要创建自己的节点也非常的容易:

sealed class MyNode : Node
{
    public override string descript => "这是自定义的节点";

    public override void Init(Arg arg)
    {
        //初始化内容
    }

    public override async UniTask Run(Arg arg)
    {
        //开始执行节点任务
    }
}

About

a simple and base workflow framework base odin inspector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published