Skip to content

Instantly share code, notes, and snippets.

@minism
minism / MapOutputNodeView.cs
Created October 10, 2021 00:44
NodeGraphProcessor - NodeView with texture preview example
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using UnityEditor.UIElements;
using UnityEditor.Experimental.GraphView;
using UnityEngine.UIElements;
using GraphProcessor;
[NodeCustomEditor(typeof(MapOutputNode))]