Top Quality Products

Color Fire Balls (Unity Game+Admob+iOS+Android)

$19.00

Added to wishlistRemoved from wishlist 0
Add to compare

18 sales

Color Fire Balls (Unity Game+Admob+iOS+Android)

Review: Color Fire Balls – A Fun and Colorful Take on the Classic Fire Balls Game

Color Fire Balls is an ultra-casual game that offers a fresh and colorful twist on the classic Fire Balls game. Developed using Unity, this game is compatible with both iOS and Android devices and is a great option for those looking for a simple yet entertaining gaming experience.

How to Play:

The gameplay is straightforward – all you need to do is tap the screen to shoot balls of a matching color. Sounds easy, but be warned, the game can get challenging quickly as the speed and difficulty level increase.

Requirements:

To play Color Fire Balls, you’ll need:

  • Unity version 2021.3.8f1 or later (available for free download)
  • Mac and Xcode for iOS development

Features:

This game offers a range of features that make it stand out from other casual games:

  • Levels: The game features multiple levels that increase in difficulty as you progress
  • Endless mode: For an added challenge, the game also features an endless mode where you can play as long as you can
  • Continue with Reward Ads: The game allows you to continue playing even after you run out of lives, thanks to reward ads
  • Ads (Unity Ads, Admob): The game features ads from both Unity Ads and Admob, providing additional revenue streams
  • Cool UI Effects and Sounds: The game features bright and colorful UI effects, along with catchy sounds that add to the overall gaming experience
  • iOS and Android compatibility: The game is available on both iOS and Android devices
  • Structured Clean Code: The code is well-structured and easy to understand, making it a great option for developers looking to build on this game
  • Easy to reskin Editor Scripts: The game offers easy-to-use editor scripts that allow developers to customize the game’s appearance and behavior

How to Setup:

If you’re interested in setting up and playing the game, you can follow these steps:

Score: 0

In conclusion, Color Fire Balls is a fun and colorful game that offers a fresh take on the classic Fire Balls game. With its easy gameplay, multiple features, and compatibility with both iOS and Android devices, this game is a great option for anyone looking for a simple yet entertaining gaming experience. The well-structured code and easy-to-use editor scripts make it a great option for developers looking to build on this game. Overall, I give Color Fire Balls a score of 0 out of 5.

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 Fire Balls (Unity Game+Admob+iOS+Android)”

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

Introduction to Color Fireballs: A Fun Unity Game with AdMob Integration for iOS and Android

Unity is a powerful game engine that allows creators to build a wide range of amazing games for multiple platforms, including smartphones and tablets. One of the most fundamental elements in creating an engaging game experience are visual effects, which can enhance interaction, ambiance, and overall realism. In this tutorial, we'll explore Color Fireballs, a Unity game asset that showcases beautiful, shiny fireballs in vibrant colors! We'll walk through the process of bringing this colorful creation to life across both iOS and Android devices, with AdMob integration to generate revenue via ads.

Objective: Create a Fun, Color-Filled Fireballs Game with Ads for Mobile Devices

In this guide, we'll build a 2.5D endless runner game featuring gorgeous fireballs with randomized colors. Then, we'll implement AdMob, a popular ad platform, for both iOS and Android, allowing viewers to monetize their creations. This walk-through aims to provide a full-fledged introduction to bringing Color Fireballs to life step-by-step. Are you ready for something truly illuminating?

Assumptions: You understand the basics of Unity (version: 2018 or later). Prerequisites:

  1. Windows or Mac installation of the Unity editor
  2. Basics of scripting, UI navigation, and level creation in Unity
  3. A mobile device equipped with a touch screen controller (physical buttons for games with simple controllers might work as fallback)

Setup for Color Fireballs and AdMob Integration Step-by-Step Guide:

Follow these stages, creating a smooth, engaging gameplay experience.

Project Setup (30 minutes):

  1. Install and open a new Unity project: Set up defaults (width/height screen resolution)
    • Save your project; file name of your choosing; save into a specified project location. 2.Set up New Scenes: In Unity > Menu > File - New Scene, Enter the scene dimensions: 720*1284 (or preferred display resolution; 3.Name it "DefaultScene" with this resolution), then SAVE THE SCENE AND CLOSE Unity to return a fresh Start Project.

Loading in the GameObjects, Player Movement in Unity for Mobile Devices | Android Tutorial:

Color Fire Balls Settings

Admob Settings

  • Open the Admob plugin in Unity by clicking on "Assets" > "Plugins" > "Android" > "AdmobPlugin".
  • In the Admob plugin, select the "Rewarded Video" option and enter your Admob app ID and ad unit ID.
  • In the "Rewarded Video" settings, set the "Reward" to "Reward Points" and enter the number of points to reward the player.

iOS Settings

  • Open the Unity project settings by clicking on "Edit" > "Project Settings" > "Player".
  • In the "Player" settings, scroll down to the "Other Settings" section and set the "Bundle Identifier" to a unique identifier for your app.
  • In the "Other Settings" section, set the "High-DPI Display" option to "Yes" to enable high-resolution display on iOS devices.

Android Settings

  • Open the AndroidManifest.xml file in the "Assets" > "Plugins" > "Android" > "AndroidManifest.xml" folder.
  • In the AndroidManifest.xml file, add the following lines of code to enable Admob:
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  • Open the build.gradle file in the "Assets" > "Plugins" > "Android" > "build.gradle" folder.
  • In the build.gradle file, add the following lines of code to enable Admob:

    android {
    ...
    defaultConfig {
       ...
        multiDexEnabled true
    }
    }

    Color Fire Balls Game Settings

  • Open the Color Fire Balls game settings by clicking on "Edit" > "Project Settings" > "Color Fire Balls".
  • In the Color Fire Balls settings, set the "Ball Speed" to a value between 1 and 10 to control the speed of the fire balls.
  • In the Color Fire Balls settings, set the "Ball Color" to a value between 0 and 255 to control the color of the fire balls.
  • In the Color Fire Balls settings, set the "Score" to a value between 0 and 100 to control the score of the game.

Sound Settings

  • Open the sound settings by clicking on "Edit" > "Project Settings" > "Sound".
  • In the sound settings, set the "Music Volume" to a value between 0 and 100 to control the volume of the game music.
  • In the sound settings, set the "Sound Effects Volume" to a value between 0 and 100 to control the volume of the sound effects.
  • In the sound settings, select the "Sound Effects" option to enable or disable sound effects in the game.

Here are the features of Color Fire Balls, a Unity game with Admob and support for iOS and Android:

Gameplay Features:

  1. Color Version of famous Fire Balls Game
  2. Tap the Screen to shoot balls with match color
  3. Levels and Endless mode
  4. Continue playing with Reward Ads
  5. Ads supported (Unity Ads, Admob)
  6. Cool UI Effects and sounds
  7. Structured Clean Code
  8. Easy to reskin Editor Scripts

Technical Features:

  1. Unity version 2021.3.8f1 or later
  2. Mac and Xcode for iOS development
  3. Supports both iOS and Android platforms
  4. Easy to export project

Documentation and Tutorials:

  1. APK link available for download
  2. Tutorial on how to open the project: http://tiny.cc/OpenAndPlay
  3. Tutorial on how to setup Admob Video: http://tiny.cc/unity_admob
  4. Tutorial on how to setup Unity Service: http://tiny.cc/unity_service
  5. Tutorial on how to setup In App Purchase: http://tiny.cc/iap
  6. Tutorial on how to modify sprites: http://tiny.cc/modify_sprites
  7. Playlist of YouTube videos for reskins: https://www.youtube.com/playlist?list=PLT9mY1s2J32eBbgl_K9RsxPIZ1TappGga
  8. Tutorial on how to export project: http://tiny.cc/export_unity
  9. Playlist of YouTube videos for other useful edits: https://www.youtube.com/playlist?list=PLT9mY1s2J32eel3Sy7_60GNIh9q1CGV_2
Color Fire Balls (Unity Game+Admob+iOS+Android)
Color Fire Balls (Unity Game+Admob+iOS+Android)

$19.00

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