예제 #1
0
    void LoadConfiguration()
    {
        TextAsset config = Resources.Load <TextAsset>("config");

        GameConfiguration = GameConfiguration.FromJSON(config.text);
    }