0% found this document useful (0 votes)
65 views

Unity Documentation

Uploaded by

Miisu
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views

Unity Documentation

Uploaded by

Miisu
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 36

Slot Master

Slot Master Game Features :


• Slot Master Casino game ready to publish any platform.
• Slot Master Casino android with admob game.
• Slot Master Casino game Made With Unity.
• Optimize C# Code.
• Exciting mini casino games to win more.
• Slot Master Casino Games in 5000 coin game first time play.
• Slot Master Casino different 5 slot machine attractive design.
- Lucky Jungle Slot Machine like a jungle look.
- Catacombs Slot Machine like a fear lighting look.
- Desert Slot Machine like a sea look.
- Inferno Slot Machine like a fire look.
- Desert Slot machine like a Desert look.
• All slot machine in amazing animation.
• Slot Master Casino in Coin give the user collect the reward on slot.
• Slot Master Casino Game in admob Interstitial and Reward Video
Ads implementation.
• Slot Master Casino Game Big Win , depends on your luck and effort.

Slot Master Game Configurations :


★ How to install Unity.

★ How to install Visual studio.

★ How to set package name in unity.

★ How to set game name in unity.

★ How to set game icon.

★ How to integrate admob ad’s implementation in unity.


★ How to create a Keystore in unity.

★ How to arrange the scene.

★ How to generate android APK in unity.

Configuration 1

How to install Unity.


Unity can be installed by visiting the Unity store and with the help of Unity

Hub. Detailed instruction is provided below with each step elaborated.

Step 1: The first step is to visit https://store.unity.com/download. Accept

the terms and conditions and click on Download Unity Hub.


Unity Hub is the application which will help us download Unity Editor of

different versions. It is useful to choose different unity versions to open the

projects. It resolves package related errors if any and organizes the projects

and their locations. So it will be easier for us to search and open the project

with needed unity version.

This will download the UnityHubSetup.exe. Once the download is

complete click on the file. This prompts us to Unity Hub Setup window.

Click on I Agree.

In the next window, we have to select the destination folder and click

Install. By default, the destination folder path will be C:\Program Files\Unity

Hub.
This will open Completing Unity Hub Setup. Click on Finish Button since

the Run Unity Hub box is checked, it will automatically open the window

for the next steps. Well Done..! This step completes the installing of the

Unity Hub.
Step 2: In the next step, the Unity Hub window will open as below. In the

left side panel, it has three sections. Projects, Learn and Installs. We will get

some basic idea about these sections before proceeding to the next step.

• Projects: This section is used to open different Unity Projects, with

their previously opened unity versions specified. It will also show the

target platform, project location and last modified time of the project.

We can filter the projects as well.

• Learn: In this section, we can find any tutorials if added.

• Installs: This section contains different unity versions to choose from.

This is the section using which we are going to install the Unity Editor.
Go to Installs tab and click on Add button. This will prompt us to Add Unity

version window.

The list shows us different Unity versions. Choose the Unity version from
the list and click on Next. In the below image we have selected 1 version of
unity. If you want other versions, choose it according to your requirement.
Select different modules like DevTools and Platforms. Devtools is needed

for the script editing in unity. Unity by default shows, Visual studio for script

editing. If you want you can use different script editor and add it later in the

Unity Preferences. From the Platforms, we can choose different build

supports like Android, Windows, iOS, WebGL, etc. By default, unity comes

with windows to build support. So we need not worry to install it separately.

After selection click on the DONE button.


Wait till the installation is complete. Once it’s installed it will show the Unity
Installation version like below image. It means unity is installed in your
machine and you are ready to create your first project. Here we can also
check the version.
If you already have Unity installed on your machine you can just click on the

Locate Browse for the unity editor location and add it to the hub. Thus we

can add multiple Unity installations into Unity Hub. Based on our need we

can assign Unity versions to open the specific project.

Step 3: Let us start with creating our first Unity Project. To do this we have

to navigate to the Project section in the Unity Hub. We can find two options

here Add and New. Add is used to link the existing unity project and open

it. New is used to create a fresh project. For now, we will create a new

project.
In the template sections, there are many options like 3D, 2D, High-

Definition RP, etc. Let us have some brief knowledge about each of them.

• 3D: For creating the 3D applications, which uses Unity’s built-in

rendering pipeline.

• 2D: For creating 2D applications, including Texture Import, Sprite

Packer, etc.

• High-Definition RP: It configures the projects that use high-end

platforms. It increases the rendering quality of the project.

• Lightweight RP: This is for projects, where performance is our main

aim.

For now, we will stick to the 3D template. Once we hit Create button it will

start importing packages, scripts, textures, etc. needed for the project. And

finally the editor will be opened and you are ready to create your own

Application.
Step 4: In order to access the Unity Assets, we can create a Unity ID and
login. If you don’t have one, create the ID by clicking create one. We can also
log in with the help of the Gmail account as well.
Step 5: We can download the older unity versions (both Personal and Pro)

from the below-mentioned link. Either we can download the Unity Hub and

follow the above instructions or directly download the unity Editor. Release

notes also provided in this site.

https://unity3d.com/get-unity/download/archive
Configuration 2

How to Install Visual Studio.


Unity bundled installation

Starting with Unity 2018.1, Visual Studio is the default C# script editor for Unity, and
is included in the Unity Download Assistant, as well as the Unity Hub installation tool.

• Download Unity from store.unity.com.

During installation, ensure that Visual Studio is checked in the list of components to
install with Unity:

Unity Hub

Manual installation

If you already have Visual Studio installed, or prefer to manually install, run the Visual
Studio installer.
1. Download the Visual Studio installer, or open it if already installed.
2. Click Modify (if already installed) or Install (for new installations) for your desired
version of Visual Studio.
3. On the Workloads tab, scroll to the Mobile & Gaming section and select
the Game development with Unity workload.

4. Click Modify (if already installed) or Install (for new installations) in the bottom-right
corner of the installer window.

Check for updates to Visual Studio

It is recommended to check for updates within Visual Studio to ensure you have
access to the latest tools and features. This will not break your Unity project.

• Update Visual Studio

Configure Unity for use with Visual Studio


Starting with Unity 2018.1, Visual Studio should be the default external script editor
in Unity. You can confirm this or change the external script editor to a specific
version of Visual Studio:
1. Select Preferences from the Edit menu.
2. In the Preferences dialog, select the External Tools tab.

3. From the External Script Editor dropdown list, choose your desired version of
Visual Studio if it is listed, otherwise select Browse....
4. If Browse... was selected, navigate to the Common7/IDE directory inside your
Visual Studio installation directory and select devenv.exe. Then click Open.

5. Once Visual Studio is selected in the External Script Editor list, confirm that
the Editor Attaching checkbox is selected.
6. Close the Preferences dialog to complete the configuration process.
Configuration 3

How to set package name in unity.

1. Press Control + Shift + B or (Command Shift + B, MacOSX) to show


the build setting dialog.

2. Select Android on the left.


3. Click "Player Settings" Button.

4. In the inspector, scroll down to Other Settings, change the Bundle


identifier there.
Configuration 4

How to set Game name in unity.


You are change the product name Or game name below as:

Player Setting - > File -> Build Setting -> Player Setting
Configuration 5
How to set game icon.

You can set your icon in the player settings.


Player Setting - > File -> Build Setting -> Player Setting
Configuration 6

How to integrate admob Ads in unity.


AdMob App Id and Ad Id for Android Monetization
While there are many providers of app monetization services, Google, the maker of
Android, provides its own ad service, called AdMob. To use Google AdMob you will need
a Publisher Id, which is created when you create your Admob account. Each app using
AdMob will also require its unique AdMob app id, created when the app is registered
with AdMob. Finally each ad slot in the app will require an ad unit id, which is created
when an ad unit is defined for an app. Once these ids are defined the Google ads library
can be added to the app project.

What is AdMob in Android?


When a device is running your ad enabled app you get a very small payment for each ad
that is selected (clicked or pressed on), and a small payment for so many thousands of
ad impressions (displayed ads). In order for Google to make that payment it must
identify in which app the ad was placed. This is done by placing unique AdMob ids in the
code that is showing the ads. To get the unique ids for each app and ad you need an
AdMob account. Head over to Admob and sign up, you will need a Google account to
register.

Once the AdMob account is created the Publisher Id can be found under Account
Information from the Settings icon.
Add an App to Admob
In your AdMob account use the Apps icon to add you app. Click the icon and then
select ADD APP.

Enter the App Details

Fill out the app name.


The App ID is then available to add to the app code and can be copied using the
clipboard icon. It can also be retrieved from the apps list later if required.

If ready to create an ad unit use the Create Ad Unit button.

Create AdMob Ad Unit

Choose the ad type.


The ad unit is named for easy of reference in the performance reports.
The ad unit id is available for use in the app code. If it is not copied after the ad unit is
created, then it can be copied from the Ad Units option under the app details later. Links
are provided for help on adding the AdMob code to the app.
Accessing App Id and Ad Unit Id
Under the Apps list the clipboard icon can be used to copy the AdMob app id for a
particular app.

Likewise the ad unit id can be copied under the ad units section for the registered app.
• How to change app id and placement id
in Slot Master Game.
1. Unity Editor in Google Admob insert id. Check the tickmark after
the visible field and enter the your app id.

4
2. Script in change the App ID and Banner ,Interstitial and Reward Video
adunit.
Configuration 7

How to create a keystore in unity.

• keystore main use publish game on play store platforms.


1. File->Build Setting->Player Setting
Player Setting in last option publishing setting and keystore
manager button click.
2. Keystore click select option keystore create your location.

3. Fill the details as image below as:


4. Finally ask you create a keystore yes or no button.
Configuration 8

How to arrange the scenes.

1. File -> Build Setting ->


Configuration 9

How to generate android apk in unity.

2. Scripting Backend Mono change IL2CPP then your game is more


secure.
3. Target Architectures in ARM64 check tick mark then your game is
64 bit convert and performance level increase.
4. File -> Build Setting ->
• Build Button Click after ask you location and chose location create a
apk.
Powered By : TechnoGG
• If you Like our Service then Rate us in Portfolio of
TechnoGG on CodeCanyon.
• Thanks for Your Warm Support.

Contact Us :
• If you have any then contact us by following
Email.

[email protected]

You might also like