コード例 #1
0
ファイル: UMSettingEditor.cs プロジェクト: hdv0112/LookandTap
 void Awake()
 {
     if (IsInstalled && IsUpToDate)
     {
         AndroidNativeSettingsEditor.UpdateManifest();
     }
 }
コード例 #2
0
    void Awake()
    {
        if (IsInstalled && IsUpToDate)
        {
            AndroidNativeSettingsEditor.UpdateManifest();
        }

                #if !UNITY_WEBPLAYER
        UpdatePluginSettings();
                #endif
    }