Top Quality Products

Color Gates 3D(Unity Game+Admob+iOS+Android)

$19.00

Added to wishlistRemoved from wishlist 0
Add to compare

12 sales

Color Gates 3D(Unity Game+Admob+iOS+Android)

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.

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

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Color Gates 3D(Unity Game+Admob+iOS+Android)”

Your email address will not be published. Required fields are marked *

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:

  1. Unity (free version or a Pro license) installed on your computer.
  2. Familiarity with C# programming language ( Unity scripting language).
  3. Android Studio or Xcode set up on your computer, depending on your preferred mobile platform.
  4. 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

  1. Open Unity Hub and select the correct version of Unity.
  2. Create a new 3D project by choosing "3D" and selecting a suitable project template (e.g., "3D > Adventure > Empty Project").
  3. Name your project (e.g., "Color Gates 3D") and set the project location.
  4. Choose the development platform (Android or iOS) and save the project.

Step 2: Create Game Objects

  1. Create a new scene by selecting "Assets > Create > Scene".
  2. 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.
  3. Arrange the game objects in the Hierarchy window.

Step 3: Add Collision Detection and Movement

  1. 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.
  2. 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

  1. Import the Package: In your Unity project, go to Assets > Import Package > Custom Package and select the Color Gates 3D unity package.
  2. 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

  1. Create an Admob Account: Sign up for an Admob account and create a new ad unit for your application.
  2. 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.
  3. 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

  1. Add the Admob SDK: In your Xcode project, add the Admob iOS SDK framework.
  2. 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.
  3. 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

  1. Add the Admob SDK: In your Android project, add the Admob Android SDK library.
  2. 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.
  3. 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:

Note:apk link is also available which is https://drive.google.com/file/d/1jwZsXww3sFhrCOsIydd9R6ezXhSmEUk2/view?usp=sharing

Color Gates 3D(Unity Game+Admob+iOS+Android)
Color Gates 3D(Unity Game+Admob+iOS+Android)

$19.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0