Ejemplo n.º 1
0
 void IPoolInitializable.OnPostPoolInitialize()
 {
     RegisterAllComponents();
     ComponentSerializer.InjectReferences(allComponents, references);
 }
Ejemplo n.º 2
0
 void Awake()
 {
     ComponentSerializer.InjectReferences(allComponents, references);
 }