Beispiel #1
0
    void Start()
    {
        CurrentLevelVariableManagement.SetGameUIReferences();
        //Initialize the static database.
        ResourceDatabase.InitializeDatabase();
        //Initialize the initial UI elements.
        if (InitializeProfileSwitcher != null)
        {
            InitializeProfileSwitcher();
        }
        else
        {
            Debug.LogError("InitializeProfileSwitcher was null!!");
        }

        CurrentLevelVariableManagement.GetMainGameControl().DefineInitialLevelElements();
    }