AndroidのApk作ろうとしてんだけど、
Error building Player: UnityException: Bundle Identifier has not been set up correctly
Please set the Bundle Identifier 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.
ってエラーが出ちゃうのは何なんでしょう?

ぐぐると、PlayerSettingで会社名/プロダクト名入れろってあったんで、
com.hoge.hogehoge/sample
みたいに変えてみたけど状況かわらず・・・。