Unity: How to set Android bundle identifier
Essay - Published: 2020.05.18 | 1 min read (103 words)
android | unity
DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)
problem
I'm using Unity to build a mobile game and am trying to build it for Android. I keep getting an error about the "bundle identifier" being missing. How do I add the Android bundle identifier?
solution
To add a bundle identifier for your Android project, do this:
- Go to
File > Build Settings - At the bottom left of the
Build Settingswindow, clickPlayer Settings - Select the
Playertab - Select the Android icon in the player tab
- Expand
Other Settings - Find the
Identificationsection then fill in thePackage Namewith your bundle identifier
Want more like this?
The best way to support my work is to like / comment / share this post on your favorite socials.
