コード例 #1
0
    void Awake()
    {
        //VideoModeManager.Init();
        VideoModeManager.SetDreamworld();

        ResolutionText.text = (VideoModeManager.GetNicelyFormattedString());
    }
コード例 #2
0
 void Awake()
 {
     VideoModeManager.SetDreamworld();
     finishFlag = GameObject.Find("FinishFlag");
     finishFlag.gameObject.SetActive(flagActiveAtStart);
     //if (!flagActiveAtStart)
     //{
     //    //targetEnemy = GameObject.Find("Enemy").GetComponent<MathMonsterController>();
     //}
 }