最近公司推出新的 unity3d SDK,对于 unity 小白的我真是头大,抽空把自己遇到的一些坑记录下来,防止后续自己遗忘,也给路过的新手遇到同类问题时参考,话不多说,接下来进入正题:
【问题描述】在android环境下build报错,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.
【具体解决方案】
1.打“Edit” —— “Project Settings” —— “Player” —— 设置“Company Name”、“Product Name”;