McManning / BlueGraph

Visual Scripting Framework for Unity
MIT License
237 stars 30 forks source link
graph node unity visualization

BlueGraph

Check out BlueGraph-Samples for a starter project with a suite of different use cases and examples.

BlueGraph Preview

The core framework is built to be simple and extendable - supporting different workflows and requirements for different types of graphs.

Features

Getting Started

If you want to play around with different examples, check out the BlueGraph-Samples project.

Requirements

Requires Unity version 2019.3 or above.

Installing with Unity Package Manager

In Package Manager click Add package from git URL and use the following:

https://github.com/McManning/BlueGraph.git

You can also download one of the release versions and add that to your Packages directory.

Creating Graphs and Nodes

Check out Getting Started on the wiki.

Similar Projects

xNode is the original inspiration for this project and has a similar API.

Bolt is a general purpose scripting platform supported by Unity Technologies.