Top Quality Products

Stack Box 3D(Unity Game+Admob+iOS+Android)

$19.00

Added to wishlistRemoved from wishlist 0
Add to compare

11 sales

Stack Box 3D(Unity Game+Admob+iOS+Android)

Review: Stack Box 3D – A Challenging and Addictive Puzzle Game

Rating: 4.5/5

Introduction: Stack Box 3D is a 3D puzzle board game that requires strategic thinking and quick reflexes to solve its engaging levels. With its seamless integration of Unity, Admob, and compatibility with both iOS and Android, this game is a delight to play and can appeal to a wide range of audiences.

How to Play: The game’s objective is simple – fill the rows or columns on the 3D stack by dragging the blocks, and complete the level before running out of moves.

Requirements: To start playing, you’ll need Unity version 2020.3.22f1 or later, a Mac, and Xcode for iOS development. Xcode is free to download, and Unity can also be downloaded for free.

Features: What makes Stack Box 3D stand out is its numerous features, including:

  1. Rewarded Ads to earn in-game rewards and bonuses.
  2. A Level Editor to create custom levels and share them with others.
  3. 50 pre-built levels, each with its unique set of challenges.
  4. In-App Purchases to unlock special items or power-ups.
  5. Ads integration with both Unity Ads and Admob, ensuring maximum revenue.
  6. Cool UI Effects and sounds to enhance the gameplay experience.
  7. The game is compatible with both iOS and Android platforms, making it accessible to a broader audience.
  8. Structured Clean Code to make it easy to edit and modify.
  9. Easy-to-use Editor Scripts to reskin the game and customize it according to your preferences.

Setup: The game’s developers have provided detailed tutorials to help you set up and customize the game to your liking. The links for these tutorials are provided within the game’s documentation. These tutorials cover topics such as opening the project, setting up Admob and Unity Services, configuring in-app purchases, and reskinning the game to give it a personalized touch.

Conclusion: With its engaging gameplay, 50 levels, and innovative features, Stack Box 3D is a captivating puzzle game that is sure to keep you hooked for hours. The seamless integration of Unity, Admob, and compatibility with multiple platforms make it a unique and valuable asset for both developers and players. Whether you’re a casual puzzle enthusiast or a professional gamer, Stack Box 3D is definitely worth a try.

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 “Stack Box 3D(Unity Game+Admob+iOS+Android)”

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

Introduction

Welcome to this comprehensive tutorial on using the Stack Box 3D in Unity, integrating AdMob, and deploying on both iOS and Android platforms. Stack Box 3D is a popular plugin that allows you to create stunning 3D graphics and interactive experiences in Unity. In this tutorial, we will guide you through the process of setting up Stack Box 3D in your Unity project, integrating AdMob for monetization, and deploying your app on both iOS and Android devices.

Prerequisites

Before we begin, make sure you have the following:

  1. Unity 2019.3 or later installed on your machine.
  2. A basic understanding of Unity and its interface.
  3. Stack Box 3D plugin installed in your Unity project (you can download it from the Unity Asset Store).
  4. AdMob account set up and API key generated.
  5. iOS and Android SDKs installed on your machine (for testing and deployment).

Step 1: Setting up Stack Box 3D in Unity

  1. Open your Unity project and navigate to the Assets folder.
  2. Right-click and select Import Package.
  3. Select the Stack Box 3D package you downloaded from the Unity Asset Store.
  4. Follow the prompts to import the package and agree to the terms and conditions.
  5. Once imported, you should see the Stack Box 3D folder in your Assets folder.

Step 2: Creating a New Stack Box 3D Scene

  1. Create a new scene by going to File > New Scene.
  2. Name your scene, for example, "StackBox3DScene".
  3. Set the scene to 3D by clicking on the Scene dropdown menu and selecting 3D.
  4. Drag and drop the Stack Box 3D prefab from the Assets folder into your scene.

Step 3: Configuring Stack Box 3D

  1. Select the Stack Box 3D prefab in the Hierarchy panel.
  2. In the Inspector panel, locate the Stack Box 3D component.
  3. Click on the Configure button next to the Stack Box 3D component.
  4. In the Configure Stack Box 3D window, adjust the settings to your liking (e.g., change the box size, color, and material).

Step 4: Integrating AdMob

  1. Create a new script by going to Assets > Create > C# Script.
  2. Name your script, for example, "AdMobManager".
  3. Double-click on the script to open it in your code editor.
  4. Import the AdMob SDK by adding the following line at the top of the script:
    using Google.MobileAds;
  5. Initialize the AdMob SDK by adding the following code:
    MobileAds.Initialize(appId: "YOUR_ADMOB_APP_ID");
  6. Create a new ad view by adding the following code:
    AdView adView = new AdView(this);
    adView.SetAdUnitId("YOUR_ADMOB_AD_UNIT_ID");
    adView.LoadAd(new AdRequest());
  7. Add the ad view to your scene by dragging and dropping it from the AdMobManager script into your scene.

Step 5: Deploying to iOS and Android

  1. Create a new iOS build by going to File > Build Settings.
  2. Select iOS as the target platform.
  3. Set the SDK Version to the latest version.
  4. Click on the Build button to create a new iOS build.
  5. Create a new Android build by going to File > Build Settings.
  6. Select Android as the target platform.
  7. Set the SDK Version to the latest version.
  8. Click on the Build button to create a new Android build.

Conclusion

That's it! You have successfully set up Stack Box 3D in your Unity project, integrated AdMob for monetization, and deployed your app on both iOS and Android platforms. With this tutorial, you should now be able to create stunning 3D graphics and interactive experiences in Unity, while also monetizing your app with AdMob.

Here is a complete settings example for configuring Stack Box 3D (Unity Game+Admob+iOS+Android):

Stack Box 3D Settings

  • In your Unity project, navigate to Edit > Project Settings > Stack Box 3D.
  • Set Stack Box 3D Version to the version you are using.
  • Set Application ID to your Stack Box 3D application ID.
  • Set API Key to your Stack Box 3D API key.

Admob Settings

  • In your Unity project, navigate to Assets > GoogleMobileAds > GoogleMobileAdsSettings.
  • Set App ID to your Admob app ID.
  • Set Admob API Key to your Admob API key.

iOS Settings

  • In your Unity project, navigate to Edit > Project Settings > Player.
  • Set Target iOS Version to the version of iOS you are targeting (e.g. 14.2).
  • Set Min iOS Version to the minimum version of iOS required by your game (e.g. 10.0).
  • Set Bundle Identifier to a unique identifier for your app (e.g. com.example.game).

Android Settings

  • In your Unity project, navigate to Edit > Project Settings > Player.
  • Set Target Android Version to the version of Android you are targeting (e.g. 11.0).
  • Set Min Android Version to the minimum version of Android required by your game (e.g. 4.4).
  • Set Package Name to a unique identifier for your app (e.g. com.example.game).

Build Settings

  • In your Unity project, navigate to File > Build Settings.
  • Select the platforms you want to build for (e.g. iOS and Android).
  • Set Build Location to the location where you want to save the built app.

Gradle Settings (Android)

  • In your Android project, navigate to android/app/build.gradle.
  • Set applicationId to the package name of your app (e.g. com.example.game).
  • Set minSdkVersion to the minimum version of Android required by your game (e.g. 4.4).
  • Set targetSdkVersion to the version of Android you are targeting (e.g. 11.0).

Podfile (iOS)

  • In your iOS project, navigate to Podfile.
  • Add the following line to install the required frameworks: pod 'Google-Mobile-Ads-Unity', '~> 8.10.0'.
  • Run pod install to install the frameworks.

Here are the features of the Stack Box 3D game:

  1. Rewarded Ads: Allow players to earn rewards or incentives for watching ads or completing certain tasks.
  2. Level Editor: A tool for creating and editing levels within the game.
  3. 50 Levels: A total of 50 levels for players to complete.
  4. InApp Purchase: Players can make in-game purchases to buy items, levels, or other perks.
  5. Ads (Unity Ads, Admob): The game uses both Unity Ads and Admob for monetization.
  6. Cool UI Effects and sounds: The game has visually appealing and engaging user interface effects and sounds.
  7. iOS and Android: The game is compatible with both iOS and Android platforms.
  8. Structured Clean Code: The code is well-organized, clean, and easy to maintain.
  9. Easy to reskin Editor Scripts: The game allows for easy modification and rebranding using editor scripts.
  10. Various Tutorials and Guides: The game includes tutorials and guides to help players and developers set up and play the game.
Stack Box 3D(Unity Game+Admob+iOS+Android)
Stack Box 3D(Unity Game+Admob+iOS+Android)

$19.00

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