CoffeeVampir3 / Graphify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dialogue Graph Example Image

Turn Anything Into a Graph!

Graphify is an ultra-lightweight Unity Api for quickly and easily making anything into a graph! It's 100% built using Unity's new UI Toolkit, and allows users to easily extend the graph using their own UI Toolkit code. Graphify has been designed for speed, consisting of a virtualization scheme and fast evaluation means you can create and run thousands of graphs at a time with no issues.

Features:

  1. Graph & Node automatic creation, visualization, and serialization.
  2. Edit graphs realtime in play mode without needing to recompile.
  3. Runtime structure and evaluation API for using the graphs at runtime.
  4. Total seperation of editor code and runtime code. No editor code gets compiled into your build.
  5. Subgraph-nodes (Nodes which are themselves a graph)
  6. Copy & Paste and Undo.
  7. Scoped Blackboard API

Installing:

Install via UPM using https://github.com/CoffeeVampir3/Graphify.git#upm with the built-in unity package manager (Unity 2020+)

Upm Example -> Upm Add Example

Where Are The Docs?!

In the Wiki! Check out the Quickstart Guide for a fast start or see Comprehensive Wiki

About

License:MIT License


Languages

Language:C# 100.0%