以下の内容はhttps://baba-s.hatenablog.com/entry/2022/12/01/090000より取得しました。


【Unity】Play Asset Delivery を使用している Android App Bundle を Android 端末にインストールできるクラス

リポジトリ

使用例

using Kogane;
using UnityEditor;
using UnityEngine;

public static class Example
{
    [MenuItem( "Tools/Hoge" )]
    public static void Hoge()
    {
        var data = new InstallPlayAssetDeliveryAndroidAppBundleData
        (
            androidAppBundlePath: "game.aab",
            isSetAndroidHomeToEnvironmentVariable: true
        );

        var result = InstallPlayAssetDeliveryAndroidAppBundle.Install( data );

        Debug.Log( result.Output );
        Debug.LogWarning( result.Error );
    }
}



以上の内容はhttps://baba-s.hatenablog.com/entry/2022/12/01/090000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14