コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】You are making an Android IL2CPP build, but it does not have native 64-bit support.

概要

You are making an Android IL2CPP build, but it does not have native 64-bit support.
It is recommended to enable ARM64 in Player Settings: Target Architecture in to natively support 64-bit devices.

Android で IL2CPP ビルドした時に上記の警告が出力される場合は

f:id:baba_s:20220121163817p:plain

Unity メニューの「Edit > Project Settings」を選択して

f:id:baba_s:20220121163819p:plain

左メニューで「Player」を選択して Android のアイコンを押して

f:id:baba_s:20220121163822p:plain

「ARM64」をチェックしてからビルドすると警告が出なくなります