Unity

How to add a alert popup in your android, iOS, Windows phone game using Unity 5.3 ?

Alert popups are an essential part of every android app or game. It helps developers to provide appropriate instructions and alerts to users while using the apps. We can implement alert popups on unity using many methods. We are going to generate a popup alert using the easiest and efficient way possible by taking advantage […]

Unity

How to integrate admob banner and interstitial ads in your Unity game ?

This tutorial help you to add admob interstitial and banner ads in your android unity game. Step 1 Create your apps banner & interstitial ID’s from https://www.admob.com/ Step 2 Download latest unity admob plugin from  https://github.com/googleads/googleads-mobile-unity/releases Step 3 Open your project in unity and import the admob package into your project Step 4 Add permission to use internet […]

Unity

How to add exit dialog popup in your game using Unity 5.3 ?

In this tutorial, I’m going to describe how to add an exit confirmation dialog box for your unity game without creating and maintaining a graphics UI. Basically, when user hits back button device generates a pop-up dialog which asks user “Do you want to quit the game ” with  “Yes” and “No” button Before starting coding […]