Siccity / xNode

Unity Node Editor: Lets you view and edit node graphs inside Unity
MIT License
3.34k stars 593 forks source link

Creating scene graph doesn't create nodes sepcified in "RequireNode" attribute #376

Open Trisibo opened 1 year ago

Trisibo commented 1 year ago

If you have a graph class with a "RequireNode" attribute, creating a new graph as a project asset automatically creates the required nodes of the specified types. However, this doesn't happen when creating a scene graph inside a scene graph component.