When Creating an App or a Game in Unity, we often have a situation where we have to create prefabs, create a scriptable object for it, then add a component to the prefab and add the scriptable object ...
Next task is to setup the custom NodeEditor like before, again use NodalEditor namespace and inherit it from NodeEditor class.