static void RunInBatchGroup( System.Action action )

Summary

Run an action inside 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.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.