こんにちは、エンジニアのオオバです。

恒例のアプリビルドトラブル共有記事です。

ビルド時にはパッケージ名が必要

【Unity】ビルド時にはパッケージに名前が必要_0

今回はAndroid向けビルドでのトラブルです。

Package Name has not been set up correctly

Please set the Package Name in the Player Settings.
The value must follow the convention
'com.YourCompanyName.YourProductName' and can contain alphanumeric characters and underscore.
Each segment must not start with a numeric character or underscore.

👆このようにパッケージ名が正しくないと言われています。

Package Nameに名前を入力

Edit > Project Settings > Player > Other Settings > Identification > Package Name

【Unity】ビルド時にはパッケージに名前が必要_1

デフォルト空欄になっているため、半角英数 + . + _で名前を入力しましょう。

するとこのエラー自体は回避できます。

「Unity初心者大学」というUnity初心者向けのYouTube始めました!!
ぜひチャンネル登録をお願いします!

最後まで読んでいただきありがとうございました!
すばらしいAndroidビルドライフをお過ごしください。

オススメ記事
検証環境