Search Unity

Is there an Example or Documentation on how to use UnityEditor.Experimental.UIElements.GraphView

Discussion in 'Scripting' started by Brainshack, Jun 14, 2018.

  1. Brainshack

    Brainshack

    Joined:
    Mar 1, 2013
    Posts:
    33
    So, I want to build a node editor like the ShaderGraph. I stumbled upon UnityEditor.Experimental.UIElements.GraphView in the API docs, but the Api Docs are very bare and don't explain how to use that API. Are there any Example or Tutorials for that API or are there any planned? I couldn't find anything doing google searches.
     
  2. Madgvox

    Madgvox

    Joined:
    Apr 13, 2014
    Posts:
    1,317
    As it (and the rest of the UIElements spec) is marked an "Experimental" feature, there's not going to be any kind of official API until they've officially released it.

    If you want to use it, you will have to dig through the source yourself and figure it out.