google / play-instant-unity-plugin

Google Play Instant Plugin for Unity Beta (Archived)
https://developer.android.com/topic/google-play-instant/getting-started/game-unity-plugin
Apache License 2.0
146 stars 31 forks source link

Add app bundle support for pre-2018.3 #96

Closed thanwah closed 5 years ago

thanwah commented 5 years ago

Call bundletool to build an Android App Bundle on Unity 5.6+.

Update TestAppBuilder to also generate a testapp.aab file.

thanwah commented 5 years ago

The latest commit moves some files instead of copying them, which also simplifies the code. PTAL, thanks.