NewGraph
NewGraph copied to clipboard
Is it possible to use ScriptableObjects as Nodes?
I received an error that SerializeReference cannot be applied to ScriptableObjects. But it seems like Unity's serialization system is used, under the hood.
The error received is: Fields with [SerializeReference] cannot serialize objects that derive from Unity.Object, in this case: Assembly-CSharp Assets.Scripts.MyCustomClass