LightBuzz / Azure-Unity

The definitive Azure SDK for Unity3D with local SQLite database support.
https://lightbuzz.com/azure-unity
Apache License 2.0
56 stars 14 forks source link

Upgrade to Unity 2019 and IL2CPP Android for ARM64 Support? #1

Closed GilbertoBitt closed 5 years ago

GilbertoBitt commented 5 years ago

Is your feature request related to a problem? Please describe. according to google "Starting August 1, 2019, your apps published on Google Play will need to support 64-bit architectures.". So updating is necessary. and only on unity 2019 we can compile to arm64 and only using app bundle and on IL2CPP.

Describe the solution you'd like Upgrade to 2019 and upgrade sqlite library to be able to compile on app bundle and ARM64

Describe alternatives you've considered alternative for me is updating an old version of sqlite repository for unity and update they version of sql-net. or just update the libary to major plataform to user sql-net

Additional context Add any other context or screenshots about the feature request here.

gmakoudi commented 5 years ago

Thank you for your feedback. Upgrading to Unity 2019 is in our pipeline.

gmakoudi commented 5 years ago

The issue is resolved. You can find the latest unity package here.