Blackjack 21

Mobile Game


Thank you for purchasing the game. If you have any questions, contact us via e-mail. Are you going to publish a game for the first time? Do you find the Unity3D game engine and the editing of the project confused? If you want, we can help you publish the project to your developer account. If there are features you want to add to the project or changes you want to make, you can contact us by e-mail to talk about the details.

Open Unity Hub and press Add button.

Select project folder from the popup screen.

Choose Unity Version 2021.1.13f1 or higher version. (Recommended version 2021.1.13f1)

Click the project name from the list and wait for the open Unity.

 

Open Player Settings for change name, icon and package name.

Go to File - Build Settings (CTRL + SHIFT + B) - Player Settings

Company Name Change with your publisher/company name

Product Name You can change name name from this section

Default Icon Drag and Drop your new icon to Assets folder and press Select on Icon area. Choose your new icon.

Click the Other Settings

You will see Identification area.

You will see your package name. This package name is automatically generated from your Company Name and Product name.

If you want to change this, enable Override Default Package Name and set your new package name to Package Name are.

Open Player Settings for Splash Screen

Go to File - Build Settings (CTRL + SHIFT + B) - Player Settings

Click the Splash Image

Drag and Drop your new Splash Image to Assets folder and press Select on Icon area where Adeni Games texture showing. Choose your new icon.

If you have Unity Plus or Pro licence, you can disable Unity logo by uncheck Show Unity Logo checkbox.

Open Constants.cs from Assets - Scripts folder.

You can change the game properties from this area.

ADMOB_INTERSTITIAL_ID Set your Admob interstitial ad id

ADMOB_REWARDED_VIDEO_ID Set your Admob rewarded video ad id

SHOW_INTERSTITIAL_AT Default value is 2. Ads appear every 2 gameplays

REWARDED_VIDEO_COIN When user watch video (rewarded) ad, user will earn this coin amount

START_MONEY Amount of money the user has when they first opened the game

PACK_1_ID PACK_2_ID PACK_3_ID PACK_4_ID  This ids for In-App Purchase items. Create iap items on your Google Play Developer account for this game.

For PACK_1_ID you need create item with "money1000" id without double quotes

PACK_1_COIN PACK_2_COIN PACK_3_COIN PACK_4_COIN  User will earn these moneys when buy related pack.

If user buy PACK_1_ID (First item), user will earn PACK_1_COIN amount (1000 money)

Open GoogleMobileAdsSettings file from Assets - GoogleMobileAds - Resources.

Set your Android/iOS App ID to Google Mobile Ads App ID area.

If you can't find GoogleMobileAdsSettings you can create this file from Assets - Google Mobile Ads - Settings.

When you create this file check target folder again.

For In-App-Purchase, you can take a look at the link created by Unity.

https://docs.unity3d.com/Manual/UnityIAPSettingUp.html

Codes related to the purchase have been added to the game.