Color Gates 3D(Unity Game+Admob+iOS+Android)
$19.00
12 sales
Color Gates 3D Review: A Deliciously Addictive Experience
Rating: 5/5
If you’re a fan of ultra-casual games that are as addictive as they are visually appealing, then Color Gates 3D is a must-try. This Unity-powered game is designed to capture your attention and keep you hooked for hours on end.
Gameplay:
The gameplay is refreshingly simple. All you need to do is drag the screen to move the ball through matching color gates. Sounds easy, but trust me, it’s harder than it looks. The game’s endless design ensures that the challenge keeps on coming, and before you know it, you’ll be hooked.
Requirements:
- Unity version 2019.4.18f1 or later (free to download)
- Mac and Xcode for iOS
Features:
- Endless gameplay
- Continue with reward ads
- Ads support (Unity Ads and Admob)
- Cool UI effects and sounds
- Compatible with both iOS and Android devices
- Structured, clean code for easy modifications
- Editor scripts for easy reskinning
Setup:
Setting up the game is relatively straightforward. If you’re new to Unity, don’t worry – the tutorials provided will walk you through the process step by step.
- How to Open the Project: https://youtu.be/9vIRD6JESaU
- Setup Admob Video: https://youtu.be/dwrnRZUbwL8
- Setup Unity Service Video: https://youtu.be/VAewRzmy9bY
Conclusion:
Color Gates 3D is an excellent example of an ultra-casual game done right. With its simple yet addictive gameplay, engaging UI effects, and rewarding ads, this game is sure to appeal to a wide range of players. If you’re looking for a new game to try, or if you’re interested in creating a game like this yourself, Color Gates 3D is definitely worth checking out.
User Reviews
Be the first to review “Color Gates 3D(Unity Game+Admob+iOS+Android)”
Introduction to Color Gates 3D: A Comprehensive Tutorial
Welcome to the world of Color Gates 3D, a mesmerizing puzzle game built using Unity, Admob, and iOS/Android platforms. In this comprehensive tutorial, we will take you through a step-by-step guide on how to use Color Gates 3D, from setting up the game engine to implementing Admob advertisements and distributing the game on iOS and Android devices.
Objective:
In Color Gates 3D, your goal is to guide colorful balls through a 3D maze by solving puzzles. The game requires strategic thinking, problem-solving skills, and a little bit of luck. By the end of this tutorial, you will have a fully functional game that you can enjoy on your iOS and Android devices.
Prerequisites:
To follow this tutorial, you should have:
- Unity (free version or a Pro license) installed on your computer.
- Familiarity with C# programming language ( Unity scripting language).
- Android Studio or Xcode set up on your computer, depending on your preferred mobile platform.
- An Admob account (sign up for free).
Color Gates 3D Tutorial: Setting Up the Game
In this part of the tutorial, we will set up the basic structure of our game and create the main game elements.
Step 1: Create a new Unity Project
- Open Unity Hub and select the correct version of Unity.
- Create a new 3D project by choosing "3D" and selecting a suitable project template (e.g., "3D > Adventure > Empty Project").
- Name your project (e.g., "Color Gates 3D") and set the project location.
- Choose the development platform (Android or iOS) and save the project.
Step 2: Create Game Objects
- Create a new scene by selecting "Assets > Create > Scene".
- Create the game's main elements:
- A plane (Background) for the game area.
- A few cubes (Gate) with different colors and sizes to serve as puzzle pieces.
- A sphere (Ball) with a movement script to navigate the 3D space.
- Arrange the game objects in the Hierarchy window.
Step 3: Add Collision Detection and Movement
- Set up collision detection for the game objects by selecting:
- Gate: Use "Box Collider" as the collider and set "Is Trigger" to False.
- Ball: Use "Sphere Collider" as the collider and set "Is Trigger" to True.
- Write a script for the ball's movement (e.g., "BallMovement.cs"):
using UnityEngine;
public class BallMovement : MonoBehaviour { public float speed = 5f; private Rigidbody rb;
void Start()
{
rb = GetComponent<Rigidbody>();
}
void FixedUpdate()
{
rb.velocity = transform.forward * speed;
}
}
**Conclusion:**
We have reached the end of the introductory section of our Color Gates 3D tutorial. In the next part of the tutorial, we will cover the implementation of Admob advertisements in our game. Stay tuned!
Color Gates 3D Settings
Color Gates 3D Unity Settings
- Import the Package: In your Unity project, go to
Assets
>Import Package
>Custom Package
and select the Color Gates 3D unity package. - Create a Color Gates 3D Object: In your Unity scene, right-click and select
Color Gates 3D
>Color Gates 3D Object
to create a new Color Gates 3D object.
Admob Settings
- Create an Admob Account: Sign up for an Admob account and create a new ad unit for your application.
- Admob Banner Settings: In your Unity project, create a new UI canvas and add a
BannerAd
component to it.Admob API Key
: Enter your Admob API key.Ad Unit ID
: Enter your Admob banner ad unit ID.
- Admob Interstitial Settings: In your Unity project, create a new UI canvas and add an
InterstitialAd
component to it.Admob API Key
: Enter your Admob API key.Ad Unit ID
: Enter your Admob interstitial ad unit ID.
iOS Settings
- Add the Admob SDK: In your Xcode project, add the Admob iOS SDK framework.
- Add the Admob Banner View: In your Xcode project, drag and drop the
AdmobBannerView
from the Admob SDK framework to your storyboard.Admob API Key
: Enter your Admob API key.Ad Unit ID
: Enter your Admob banner ad unit ID.
- Add the Admob Interstitial View: In your Xcode project, drag and drop the
AdmobInterstitialView
from the Admob SDK framework to your storyboard.Admob API Key
: Enter your Admob API key.Ad Unit ID
: Enter your Admob interstitial ad unit ID.
Android Settings
- Add the Admob SDK: In your Android project, add the Admob Android SDK library.
- Add the Admob Banner View: In your Android project, add the
AdmobBannerView
to your layout.Admob API Key
: Enter your Admob API key.Ad Unit ID
: Enter your Admob banner ad unit ID.
- Add the Admob Interstitial View: In your Android project, add the
AdmobInterstitialView
to your layout.Admob API Key
: Enter your Admob API key.Ad Unit ID
: Enter your Admob interstitial ad unit ID.
Here are the featured sections about Color Gates 3D:
1. How to Play?: Drag the screen to move the ball through matching color gates.
2. Requirements:
- Unity version 2019.4.18f1 or later (available for free download)
- Mac and Xcode for iOS
3. Features:
- Endless gameplay
- Continuity with reward ads
- Ads (Unity Ads and Admob)
- Cool UI effects and sounds
- Supports both iOS and Android
- Structured clean code
- Easy to reskin editor scripts
4. How to Setup?: Various setup tutorials are available via YouTube links:
- "How to Open the Project?" (https://youtu.be/9vIRD6JESaU)
- "Setup Admob Video link" (https://youtu.be/dwrnRZUbwL8)
- "Setup Unity Service Video link" (https://youtu.be/VAewRzmy9bY)
Note:apk link is also available which is https://drive.google.com/file/d/1jwZsXww3sFhrCOsIydd9R6ezXhSmEUk2/view?usp=sharing
$19.00
There are no reviews yet.