void Awake()
 {
     if (IsInstalled && IsUpToDate)
     {
         AndroidNativeSettingsEditor.UpdateManifest();
     }
 }
Exemple #2
0
    void Awake()
    {
        if (IsInstalled && IsUpToDate)
        {
            AndroidNativeSettingsEditor.UpdateManifest();
        }

                #if !UNITY_WEBPLAYER
        UpdatePluginSettings();
                #endif
    }