コード例 #1
0
 void Awake()
 {
     _Current = this;
     FPSCounter.Instantiate();
     DebugConsole.Instantiate((int)(Screen.width / 3), 10);
 }