void Update() { if (isIni) { Debug.Log("生成開始"); iniManagerScript.Ini(); isIni = false; isGame = true; } }