コード例 #1
0
ファイル: hud.cs プロジェクト: matbecker/ToyFactory
 void Awake()
 {
     if (instance == null) {
         instance = this;
     } else {
         Debug.LogError("More than one HUD");
     }
 }