0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Unity2019.4.9f1】Appファイルを出力する方法

0
Posted at

[:contents]

PlatformをAndroidにする

image.png

SDKとNDKにチェックを入れる

image.png
(インストールされていない場合は、Unityhubの「モジュールを加える」からインストール)

image.png

image.png

CompanyName、ProductNameを記入する

image.png

keyを作成する

image.png
image.png

image.png

Target API Levelを新しいものにする

image.png

ScriptingBackEndをIL2CPPにし、ARM64にチェックを入れる

image.png

Run Deviceを設定してDevelopmentBuildにチェックを入れてBuild

image.png

これで、実機でテストする際のファイルが出力されます。

Build App Bundleにチェックを入れてBuild

image.png

こちらでは、実際にGoogleplayストアに出力する際のファイルが出力されます

注意 実機で動作を確認するには、お持ちのAndroidの設定を「開発者モード」にする必要があります。

デバイスを開発者モードにする方法はここでは記事にしないので、書いてくださった方のリンクを載せておきます。
[https://qiita.com/knakamigawa/items/5b8bd2793920b517bf25:embed:cite]

書籍紹介

[asin:4862464130:detail]

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?