Hello there.
I’m saving a Node using myNode->Save() and I want to load that at runtime, however, I would like to make sure the resources referenced in that Node are loaded/cached before instantiating it into the Scene, is there a way to do that or should I do it manually by looping the Components of the Node when I’m saving it and storing the Resources separately so I load them on the background before loading the actual Node?
Thanks