BulletSharpUnity3d
BulletSharpUnity3d copied to clipboard
GooglePlay requires 64bit app
https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html
In this August, Android Apps for Google Play are required 64bit. However, this plugin has only 32bit version.
Are there any plans to prepare 64bit plugin? or, do I have to build 64bit version from original repository (https://github.com/bulletphysics/bullet3) by myself ?
Thanks for the heads up. I will build a 64 version and include that in the project.
We need 64bit plugin on my job, so I fixed android makefile. https://github.com/Phong13/BulletSharpPInvoke/pull/2
If you would like it, I appreciate for merging this PR. Thank you.