google / play-unity-plugins

The Google Play Plugins for Unity provide C# APIs for accessing various Play services
Other
435 stars 110 forks source link

Google Play Instant plugin incorrectly enforces OpenGLES2 requirement #70

Closed nilsk123 closed 3 years ago

nilsk123 commented 3 years ago

Hello,

The latest Google Play Instant plugin will only build an AAB if OpenGLES2 is the only graphics api enabled. This requirement is outdated and should be removed, as it prevents apps using ARFoundation from being packed as instant apps

thanwah commented 3 years ago

Thanks @nilsk123 for filing this. You're right that this requirement is somewhat outdated since it doesn't apply to instant apps configured to support a minimum version of Android Oreo (API 26) or newer. I'll try to put up a fix this week, though I may not have time to do a full release.

thanwah commented 3 years ago

A fix is now committed. As mentioned though, I'm not sure when I'll have time to do a full release containing this change.

nilsk123 commented 3 years ago

Thanks for looking into it