Top Quality Products

Tomato Runner Unity Platformer Game With Admob For Android and iOS

$19.00

Added to wishlistRemoved from wishlist 0
Add to compare

3 sales

LIVE PREVIEW

Tomato Runner Unity Platformer Game With Admob For Android and iOS

Tomato Runner Unity Platformer Game with Admob for Android and iOS: A Review

Introduction

Are you looking for a fun and addictive platformer game for your mobile devices? Look no further than the Tomato Runner Unity Platformer Game with Admob for Android and iOS. This endless runner game is packed with features and challenges that will keep you entertained for hours on end.

Gameplay

In Tomato Runner, you play as a cute little tomato that must navigate through a variety of obstacles and collect fruits and coins to earn points. The game is easy to learn, but challenging to master, making it perfect for players of all skill levels. With Admob integration, you can earn money and increase your game’s visibility.

Features

The Tomato Runner Unity Platformer Game with Admob for Android and iOS comes with a range of impressive features, including:

  • Admob support for banner and interstitial ads
  • Cross-platform compatibility for Android and iOS
  • Made with the Unity Engine for seamless development and deployment
  • Comprehensive documentation included
  • Support for 64-bit (IL2CPP)
  • Easy to customize and modify
  • Cute cartoon graphics that will delight players of all ages
  • Compatible with most mobile devices
  • Platformer game with endless runner gameplay

Design and Visuals

The game’s design and visuals are top-notch, with colorful and vibrant graphics that will appeal to both children and adults. The game’s atmosphere is light-hearted and fun, making it perfect for players who are looking for a fun and relaxing gaming experience.

Performance and Optimization

The game is optimized for both Android and iOS devices, ensuring a smooth and lag-free gaming experience. The Unity Engine ensures that the game is efficient and easy to develop and deploy.

Pros and Cons

Pros:

  • Engaging and addictive gameplay
  • Easy to learn, but challenging to master
  • Cross-platform compatibility
  • Admob support for monetization
  • Easy to customize and modify

Cons:

  • The game’s difficulty level may be too high for younger players
  • Some players may find the gameplay repetitive

Conclusion

In conclusion, the Tomato Runner Unity Platformer Game with Admob for Android and iOS is a great choice for players who are looking for a fun and challenging platformer game. With its engaging gameplay, cute graphics, and Admob support, this game is sure to please players of all ages.

Score: 8/10

This score is based on the game’s engaging gameplay, cute graphics, and Admob support. However, the game’s difficulty level may be too high for younger players, and some players may find the gameplay repetitive. Overall, I would highly recommend this game to anyone looking for a fun and addictive platformer game.

Recommendation

I recommend this game to anyone who loves platformer games, especially those who enjoy endless runner gameplay. The game’s cute graphics and Admob support make it perfect for players who want to earn money while having fun.

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 “Tomato Runner Unity Platformer Game With Admob For Android and iOS”

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

Introduction:

Welcome to the tutorial on creating a Unity platformer game using Tomato Runner and integrating AdMob for both Android and iOS platforms. In this comprehensive guide, we will walk you through the step-by-step process of setting up your game development environment, creating a platformer game with Tomato Runner, and adding AdMob ads to monetize your game on mobile devices.

Prerequisites:

  1. Unity Hub: Install Unity Hub from the official Unity website, and download the latest version of Unity Hub. This will allow you to download and run different versions of Unity.
  2. Tomato Runner: Download the Tomato Runner script from the official GitHub repository and extract the downloaded file to a directory of your choice.
  3. AdMob: Create a developer account on AdMob and create an AdMob app for your game.

Step 1: Set up Your Project

  1. Open Unity Hub and select the version of Unity you want to use (e.g., Unity 2019.4.14f).
  2. Create a new project by clicking on "Create" and selecting "3D" under the "Game" tab.
  3. Give your project a name, such as "Tomato Runner Platformer," and select a project location.
  4. Click on "Create" to create your project.
  5. In the Unity project manager, create a new folder called "Assets/TomatoRunner" and create a new folder called "Scripts" under it.

Step 2: Import Tomato Runner Script

  1. Download the Tomato Runner script from GitHub and extract the downloaded file to your project folder.
  2. In the Unity project manager, navigate to the "Assets/TomatoRunner" folder and drag the "TomatoRunner.cs" file into the editor.
  3. In the "Project Settings" window, select the "Assets" tab and click on the "Import" button to import the script.

Step 3: Create Your Game

  1. Create a new scene by clicking on "Scene" under the "File" menu and selecting "Scene" from the dropdown menu.
  2. Drag the "TomatoRunner.cs" script from the "Assets/TomatoRunner" folder into the Hierarchy tab.
  3. Create a new object and name it "Player" and a new object and name it "Enemy". These will be the player and enemy prefabs for your game.
  4. Select the "Player" object and set the renderer to a sprite renderer ( Sprite Renderer > Sprite > Player). Make sure the sprite is a.png image.
  5. Select the "Enemy" object and set the renderer to a sprite renderer ( Sprite Renderer > Sprite > Enemy). Make sure the sprite is a.png image.

Step 4: Add AdMob Integration

  1. Create a new folder in the project "Assets/AdMob" and place the AdMob script you generated from the AdMob website into the new folder.
  2. In the "Ads" tab of the AdMob website, obtain the AdMob ad unit id and place it in the "AdMobController.cs" script in the "AdMob" folder.
  3. In the "Inspector" window, select the "TomatoRunner" script and drag the "AdMobController.cs" script into the "Scripts" panel.
  4. In the "TomatoRunner" script, add the following line of code to initialize AdMob:
    public static AdMobController adMobController = GameObject.FindObjectOfType<AdMobController>();
  5. In the "Ads" tab of the AdMob website, you can set the ad size to mobile banner (320x50 px) and set the ad position in the game.

Step 5: Build and Run Your Game

  1. In the "Build Settings" window, set the target platform to Android or iOS (as per your choice).
  2. Go to the "Player" section of the "Build Settings" window and select "Android" or "iOS" from the platform dropdown menu.
  3. In the "Release" section of the "Build Settings" window, select "Release" as the build target.
  4. Click on the "Build and Run" button to build and run the game on your device.

Step 6: Test Your Game

  1. Play your game on your device and test the controls. Make sure the player and enemy interactions work as expected.
  2. Check that AdMob ads are displayed in your game.

Conclusion:

Congratulations! You have successfully created a Unity platformer game using Tomato Runner and integrated AdMob ads. Make sure to test your game on multiple devices to ensure compatibility and performance. You can also customize your game further by modifying the Tomato Runner script and adding features such as leaderboards, social media sharing, and more. Happy coding!

Here is a complete settings example for the Tomato Runner Unity Platformer Game With Admob For Android and iOS:

Admob Settings

In the Admob settings, you need to set up your Admob account and configure the ads to display in your game. To do this, follow these steps:

  • Go to the Admob dashboard and create a new ad unit for each type of ad you want to display (e.g. banner, interstitial, rewarded video).
  • In the Unity project, go to the Admob plugin settings and enter your Admob app ID and ad unit IDs for each type of ad.
  • Set the ad frequency and other settings as desired.

Android Settings

For Android, you need to configure the following settings:

  • In the AndroidManifest.xml file, add the following lines to enable Admob ads:
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  • In the build.gradle file, add the following lines to include the Admob SDK:
    dependencies {
    implementation 'com.google.android.gms:play-services-ads:20.6.0'
    }
  • In the AndroidManifest.xml file, add the following lines to declare the Admob ad activity:
    <activity
    android:name="com.google.android.gms.ads.AdActivity"
    android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
    android:theme="@android:style/Theme.Translucent" />

    iOS Settings

For iOS, you need to configure the following settings:

  • In the Info.plist file, add the following lines to enable Admob ads:
    <key>NSAppTransportSecurity</key>
    <dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
    </dict>
  • In the build.settings file, add the following lines to include the Admob SDK:
    settings = {
    -- Add the Admob SDK
    plugins = {
        ["admob"] = {
            enabled = true,
            app_id = "YOUR_APP_ID",
            ad_unit_id = "YOUR_AD_UNIT_ID"
        }
    }
    }
  • In the Info.plist file, add the following lines to declare the Admob ad activity:
    <key>CFBundleURLTypes</key>
    <array>
    <dict>
        <key>CFBundleURLSchemes</key>
        <array>
            <string>fb{YOUR_APP_ID}</string>
        </array>
    </dict>
    </array>

    Game Settings

For the game settings, you need to configure the following:

  • In the GameSettings script, set the Admob ad frequency and other settings as desired.
  • In the GameSettings script, set the game's difficulty level, score, and other settings as desired.

Note: Replace "YOUR_APP_ID" and "YOUR_AD_UNIT_ID" with your actual Admob app ID and ad unit ID.

Here are the features of the Tomato Runner Unity Platformer Game With Admob For Android and iOS:

  1. Admob: Supports Banner and Interstitial ads.
  2. Cross-platform: Compatible with both Android and iOS devices.
  3. Made with Unity Engine: Built using the Unity game engine.
  4. Document included: Comes with documentation for easy setup and customization.
  5. Support 64bit (IL2CPP): Supports 64-bit architecture using IL2CPP.
  6. Easy to customize and modify: Allows for easy modification and customization of the game.
  7. Cute cartoon graphics: Features cute and colorful cartoon-style graphics.
  8. Compatible with most mobile devices: Works on most mobile devices.
  9. Platformer game: A platformer game where you control a character that jumps and navigates through obstacles.
  10. Endless runner gameplay: An endless runner game where you go as far as you can without falling or failing.

Note that each feature is listed on a separate line.

Tomato Runner Unity Platformer Game With Admob For Android and iOS
Tomato Runner Unity Platformer Game With Admob For Android and iOS

$19.00

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