Example #1
0
    private void Start()
    {
        SetAppSettings();
        SetupServices();
        LoadSavedSettings();

#if !UNITY_EDITOR
        TextureUtility.CleanupLegacyTextureData();
        TryLoadSavedGame();
#endif
    }