コード例 #1
0
ファイル: UICoins.cs プロジェクト: DanTsk/UnityProject
 private void Awake()
 {
     this.label   = this.transform.GetComponent <UILabel>();
     coinsCounter = this;
 }
コード例 #2
0
ファイル: UICoins.cs プロジェクト: totovr/CollecTheCoinsVR
 void Awake()
 {
     sharedInstance = this;
 }