You are on page 1of 11

LETTER BOOM

DOCUMENTATION

1. Opening the Project


2. Changing Name, Game Icon & Package name
3. Changing Admob ids
4. Changing In App Purchases
5. Building apk to upload

OPENING THE PROJECT

1. Download Unity 2020.1.0 (If you already have don’t download !!)
2. Extract the jellysterlife.zip file.
3. Open Unity 2020.1.0 and then open the extracted file.

Caution :- Please don’t open this project in any other Unity other than
Unity 2020.1.0
CHANGING NAME, GAME ICON & PACKAGE NAME

1. First open the project in Unity.


2. Then click on File in left hand side top menu.
3. After that click on Player Settings.
4. Now on right hand side a menu appears.
5. Change your Company Name and to change the name of the game,
“Change the Product Name”.
6. Drag your Icon to Assets folder for changing Game Icon.
7. For Changing icon there’s a “Default Icon” field, Drag your image
from assets folder to this field.
8. For changing Package Name, on the right hand side menu scroll
down and a tab comes “Other Settings”.
9. Click on the tab, then under Identification Menu there’s a Package
Name field, change according to your need.

Caution :- Package Name Example “(com.companyname.appname)”


CHANGING ADMOB IDS

1. In Assets Folder, inside Project Window Click on Scenes folder.


2. Now inside Scenes Folder, Look for Main Menu and then click it.
3. In Main Menu, Look for Hierarchy tab in the middle of the screen.
4. Click on Ad Control.
5. After that fill Interstitial Id field.
6. Now click on Assets, then click on Google Mobile Ads and then click
on Settings.
7. A new window opens in Inspector Window, change App IDs for
Android, iOS.
GETTING APP ID & INTERSTITIAL AD ID

1. Go to this link :- https://admob.google.com/home/


2. Signup if you haven’t previously signed up.
3. Now, Sign in and Create App.
4. Then check on yes or no in “Have you published your app in
Playstore” accordingly.
5. After that create Interstitial Ad id.
6. Now click on Apps and Select the Game and then click on App
Settings.
7. There you will get App Id.
CHANGING IN APP PURCHASES

1. Firstly go to Google Developer Console from this link :-


https://developer.android.com/distribute/console and then sign in.
2. Now Create App and click on the App Dashboard and then in Left
Hand Side Menu click on Services and APIs.
3. Now under License & inapp Billing, copy the Base64-encoded RSA
Public key.
4. Now open the project in Unity and go to Window in top menu and click
on Services.
5. A new menu appears on right hand side, now link the project to your
account.
6. After Linking is done Click on In App Purchasing on the right hand
menu,
After that a new menu appears, under the Options tab paste the
Base64-encoded RSA Public key here and then click on Verify.
7. Now build apk and then upload it to Google Developer Console.
8. After the game is published, Go to Developer Console again and then
click on App Dashboard and after that in left hand click on Store Presence
and under Store Presence click on In-app Products.

9. Now Click on Create Managed Product, a new menu appears.


10. Here, Input the Product ID :- remove_ads
11. After that Input the product title as your wish and description and in
status set as active.
12. Now Add Price according to your country’s currency.

13. Then Save it .


14. After that rebuild apk and update it in Google Developer Console.

BUILDING APK TO UPLOAD

1. Open the project in Unity.


2. Step 1 – Setup Android SDK and JDK 7.
3. Download & Install Android SDK from
http://developer.android.com/sdk/installing/index.html?pkg=tools
4.
5. Download & Install JDK 7 from
6. http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.
html
7.
8. Set Android SDK path in Unity.
9. Now open Unity project -> Go to Edit Preferences -> External Tools (in panel) ->
Android SDK Location (Browse Installed Android SDK Folder)

10.
11. Go to File in the top menu.
12. Click on Build Settings from drop down menu.
13. Click on Player Settings from the new opened menu.
14. Now a new menu opens on right side.
15. Check for your Company name, Product name & also the icon.
16. Now scroll down to Other Settings and check for package name.
17. Tip:- Every time you update the apk in developer console always
change the version from Identification under Other Settings.
18. Now scroll down and click on Publishing Settings.
19. Under Keystore menu, click on checkbox for Create a new
keystore.
20. Now click on Browse Keystore, and create a keystore.
21. Fill both the passwords.
22. Now under Key in Alias submenu, click on Create a new key.
23. A new menu appears, in alias text field fill it with the game name.
24. Fill all the required details and click on create key.
25. Now click on alias under key select your alias and fill the
password.
26. Now in Build Settings, click on Build button.
27. Done !!

You might also like