System.IDisposable BatchGroup()

Summary

Collects anything inside into a batch group. A batchgroup is used with GameObject and Components to make sure that their OnEnable/OnDisable and other callbacks are called in a deterministic order, and that they can find each other during creation. GameObject.NetworkSpawn calls will also be batched.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.