錯誤提示:ui
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.underscore
根據提示咱們知道須要設置Bundle Identifier。it
打開File=>build settings => player settings=>屬性面板找到Bundle Identifier 設置下名稱,格式爲:com.YourCompanyName.YourProductNameio
設置好從新發布便可di