PlayFab / PlayFabPartyUnity

38 stars 7 forks source link

libparty.so Android build sizes very large #43

Open Tythe opened 2 weeks ago

Tythe commented 2 weeks ago

When building a clean project using Android App Bundles (.abb) and Split Application Binary with only the latest playfab party SDK (1.9.3.0), libparty.so takes up 86.3MB in the base module. With the playstore restricting the size of the base module to 200MB, libparty.so taking up close to 50% of the total budget seems excessive. Especially considering it's larger than the Unity Engine objects.

Is there a way to reduce the size or have libparty included in an external module?