Ejemplo n.º 1
0
 // Start is called before the first frame update
 void Awake()
 {
     Instance = this;
 }
Ejemplo n.º 2
0
    private void Awake()
    {
        instance = this;

        Add(0, this);
    }