First Instance Object Save
Last updated
Last updated
// Define handle
public RuntimeGameObjectHandle handle;
// and Register the GameObject and Select if you want to register all Childern or not
handle.Register(GameObject,Incloude Children Override = true/false);
// you can Register many Object at once using
var batch = new List<GameObject>(total);
handle.RegisterMany(batch, false);