What is the best way to get a single polygon into a graph input?
I'm not sure if this is an error or me doing something wrong..
If I setup a new sub graph and create an input called 'poly' I can't seem to cast this to a 'polygon' type via the input's type settings. So I figured I'd leave it unspecified and just connect a wire that hold a single polygon to the graph's input.
This works, inside the graph the input is now a 'Geometry.PolygonMesh+Polygon' type (this is a type I cannot manually pre set it too?).
Inside the graph, when I drag out the input I get a polygon node, which is as expected, but when I delete this node and click on the input I get exceptions poping up (System.NullReferenceException: Object reference not set to an instance of an object.)
If this is an error and you can't repo I send a scene with a step-by-step..