First Instance Scriptable Save
Last updated
Last updated
// To Define the Scriptable Handle we want the data to go for
public RuntimeScriptableHandle handle;
// To Register the Scriptable Instanced we use Register(Scriptable)
handle.Register(inv);
// even for nested inv > item
handle.Register(item);