말랑말랑제리스타일

Unity 안드로이드 빌드 Please set the bundle Identifier in the Player Settings 에러 해결법 본문

프로그래밍/Unity

Unity 안드로이드 빌드 Please set the bundle Identifier in the Player Settings 에러 해결법

제리제리 2021. 11. 4. 15:05

유니티에서 안드로이드로 빌드하면서 제목에 있는 Please set the bundle Identifier in the Player Settings. 에러가 발생했는데요

Please set the bundle Identifier in the Player Settings. 에러의 해결법은 생각보다 간단합니다

먼저 에러 풀 내용은 아래와 같고

 

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.

 

먼저 유니티 메인화면에서 상단 메뉴바의 File - Build Setting으로 들어가준 뒤 안드로이드를 선택하고

하단에 있는 Player Settings... 버튼을 눌러줍시다

들어가보면 Package Name이 Default 값이 들어가있을텐데요

이 값을 바꿔줍니다

요런식으로 com.회사명.제품명을 넣어주는데 꼭 실존하는 회사여야 하는건 아니니까

대충 양식을 맞춰서 넣어줍시다

 

그리고 빌드하면 정상적으로 apk 빌드가 가능합니다

반응형

'프로그래밍 > Unity' 카테고리의 다른 글

Unity 에러 Can’t add script component... 해결방법  (0) 2021.10.11
Comments