Unity Export Android 64-bit

本秂侑毒 提交于 2019-11-30 01:35:41

Unity supports x64 since 2017 LTS. To enable it you can go to File > Build Settings > Player Settings.

There under "Other Settings" you have to change your Script Backend to IL2CPP, and you will have the ARM64 checkbox active. Check it.

And then you can either select to generate Split APKs by Target Architecture

or in your Build Settings dialog choose to Build App Bundle (Google Play).

Hope it helps, you will need to have the Android NDK for this.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!