LeoAndo / unity-training

training for Unity
0 stars 0 forks source link

Androidビルド時の注意点 #14

Open LeoAndo opened 3 years ago

LeoAndo commented 3 years ago

Android向けビルド時のエラー対応1

以下のプロジェクトのようにプロジェクト名の先頭に数字がつくと、Platform: Androidを選択し、ビルドするとエラーになるので、プロジェクト名の先頭文字は数字またはアンダースコア以外で!

以下のようなエラーが発生する

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.

なので、以下のプロジェクトだと本件のエラーが発生する。 https://github.com/LeoAndo/unity-training/tree/main/2DScriptSample