Ejemplo n.º 1
0
 void Awake()
 {
     Instance = this;
 }
 protected override void OnAwake()
 {
     base.OnAwake();
     Instance = this;
 }