Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Seneral/Node_Editor_Framework

Examples/Expre…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 9 commits ahead, 144 commits behind develop.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

###Expression Nodes A collection of nodes that use reflection to dynamically parse objects of different types from text and convert them to any other, aswell as pass them into any system-level function.

Node Editor Image

This example shows how to integrate new dynamic types into the framework and adjust knob type after creation. Installation is as easy as dropping the folder into your project with either Node Editor master or develop installed.

Note: The ActionNode, used to call any function in the system, currently does not work due to an internal error of UnityFunc. In the future I will make it use my other implementation for serializing actions &co., Serializable Action instead, which is generally far superior.