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
148 stars 31 forks source link

Check the project for an icon during publish builds #99

Closed thanwah closed 6 years ago

thanwah commented 6 years ago

On Android versions prior to Oreo, the instant app icon isn't shown anywhere, so some Unity apps are being uploaded without one. However, on Oreo and later devices the icon is used, so display a warning when performing a publish build without an icon.

Also rearrange some of the build prerequisite checks for easier reuse. Also display publish build errors prior to showing the "Save" dialog.