make 64 bit Android App

I’m using Unity 64 bit for developing an Android game.
My target is a device with 64 bit processor. Will my game be able to take advantage of 64 bit system?
How can I build 64 bit Android game?

Thanks.

Unity supports x64 since 2017 LTS. To enable it go to File > Build Settings > Player Settings. There under “Other Settings” you have to change the Script Backend to IL2CPP and you will have the ARM64 checkbox active.