Exemplo n.º 1
0
 private void OnDestroy()
 {
     singleton = null;
 }
Exemplo n.º 2
0
 // Use this for initialization
 private void Start()
 {
     singleton = this;
 }