コード例 #1
0
ファイル: Level01.cs プロジェクト: PhilipBui/Blocked
    void Start()
    {
        WorldCreator worldCreatorScript = GameObject.FindGameObjectWithTag("WorldCreator").GetComponent <WorldCreator>();

        worldCreatorScript.loadLevel(level01);
    }