⭐ Verified Game Source Codes | 🎮 Unity & Mobile Templates | ⚡ Instant Download | 🛠️ 24/7 Developer Support        ⭐ Verified Game Source Codes | 🎮 Unity & Mobile Templates | ⚡ Instant Download | 🛠️ 24/7 Developer Support       
How to Safely Change Package Name and Keystore in Unity for Android
Game Reskinning & Publishing

How to Safely Change Package Name and Keystore in Unity for Android

Sep 02, 2026

When you purchase a Unity game template, the project comes configured with the author's default package name (for example, com.demodev.gameproject) and a debug keystore. Before you can upload your game to Google Play, you must configure a unique Application ID and sign your Android App Bundle (AAB) with a private production keystore.

1. Updating the Package Name in Unity

Follow these steps to update your package name cleanly:

  1. Open your project in Unity and navigate to Edit > Project Settings > Player.
  2. Select the Android tab (the green robot icon).
  3. Expand the Other Settings foldout and locate Identification > Package Name.
  4. Change the value to your unique reverse-domain identifier (e.g., com.yourbrand.amazinggame). Ensure it contains only alphanumeric characters and underscores.
  5. Update the Version (e.g., 1.0.0) and Bundle Version Code (integer, e.g., 1). Every subsequent Google Play update must increment the Bundle Version Code by at least 1.

2. Generating a Secure Production Keystore

Never publish an app using Unity's default debug keystore! Create a dedicated release keystore:

  1. In Player Settings > Publishing Settings, check Custom Keystore and click Keystore Manager....
  2. Click Keystore > Create New > Anywhere and select a secure folder outside of your project directory.
  3. Provide a strong password, an Alias name (e.g., your game name), an Alias password, and fill in your developer name or organization.
  4. Click Add Key to generate the .keystore file.

Crucial Warning: Back Up Your Keystore!

If you lose your keystore file or forget its password, you will not be able to push updates to your existing Google Play listing. Back up the .keystore file and record the passwords in a secure password manager immediately.

We use cookies to personalize content and ads, to provide social media features and to analyze our traffic. learn more

Allow

Talk to us?