Example #1
0
 // Use this for initialization
 void Awake()
 {
     instance = this;
 }
Example #2
0
 void Awake()
 {
     Instance  = this;
     textPool_ = GetComponentInChildren <GameObjectPool>();
 }