Code Monkey home page Code Monkey logo

unity-visual-graph-editor's Introduction

Node Based Visual Graph System for Unity

This graph editor allows you to skip the editor work and create a Node Graph that is customizable. The tool that uses Unity's Experimental GraphView.

Visul Graph Features

  • Extensible
  • Scriptable Assets that can be used at rumtime through custom behaviour
  • Minimap.
  • Search window.
  • Blackboard that supports most types.

Usage

  • VisualGraph generates a starting point for you to create your custom graph
  • To start create a script that extends VisualGraphNode. This is either the basic node for your graph or a base node your graph will use.
    • You can add the following attributes: [NodeName()] [NodePortAggregate()] [PortCapacity()] [CustomNodeStyle()]
    • You can create more node scripts that extend your base node
  • Next create a script that extends VisualGraph, add [CreateAssetMenu] and [DefaultNodeType(typeof(YOURBASENODE_YOU_JUST_CREATED))]
  • Generate your graph
  • It is recommended to extend the VisualGraphMonoBehaviour to create a MonoBehaviour to use in your game
    • The VisualGraphMonoBehaviour will create an internal copy of the graph so it does not change the actual ScriptableObject data (at runtime and in the editor)
  • Once you have created your VisualGraphMonoBehaviour script add this to a game object. Access the graph by using InternalGraph
  • From there you can navigate your graph in your node scripts.
  • You can also add Blackboard properties to your graph, if you have added the graph to you MonoBehaviour it will make a copy of the properties
    • Properties can be overriden and set which are used at runtime
    • There are refresh issues with the properties in the inspector (working on this)

Examples

Basic Example Graph

FSM Example

Bugs

  • Inspector does not refresh when blackboard properties change (new, delete, or update)

unity-visual-graph-editor's People

Contributors

busstopstudios avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

unity-visual-graph-editor's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.