Ejemplo n.º 1
0
    /* * * * Lifecycle methods * * * */

    void Awake()
    {
        #if UNITY_IOS
        System.Environment.SetEnvironmentVariable("MONO_REFLECTION_SERIALIZER", "yes");
        #endif
        DataAndSettingsManager.loadData();
    }