Fruit Slicer – (Unity – Admob)
$14.00
Fruit Slicer – A Fun and Addictive Casual Game
I just got my hands on the Fruit Slicer game bundle, and I’m impressed! This casual game is sure to bring a smile to your players’ faces, with its simple yet engaging gameplay, colorful graphics, and smooth animations.
Features
- Super Popular: Fruit Slicer has gained popularity among casual game enthusiasts, making it a great addition to any gaming portfolio.
- Easy Control: The game’s controls are super easy to grasp, making it accessible to players of all ages and skill levels.
- Eye-Catching Graphics: The vibrant, colorful graphics will keep players hooked from the start.
- Smoothing Animations: The animations in Fruit Slicer are delightful, making the gameplay experience even more immersive.
Key Features
This bundle includes a range of features that will simplify the development process:
- Cross-Platform Compatibility: Fruit Slicer is designed to work seamlessly on Android, iOS, HTML5 (WebGL), and supports both phone and tablet devices.
- Customization: The game comes with easy-to-use customization options, making it easy to change displayed graphics.
- Easy Editing: You can quickly reskin the game to fit your brand identity.
- Optimized for Mobile: The game is optimized for mobile devices, providing an optimized gaming experience.
- ADMOB INTEGRATED EASY: Admob integration is included, making it easy to monetize your game.
Documentation
The bundle comes with detailed documentation, covering:
- How to open the project in Unity
- How to change the package name
- How to change graphics
- How to edit Admob Banner and Interstitial ID
- How to add Admob Rewarded Ads
- How to add IAP (In-App Purchase) for Remove Ads
Conclusion
Overall, Fruit Slicer is an excellent game bundle that’s perfect for developers who want to create a fun and engaging casual game quickly and easily. With its user-friendly features, customization options, and thorough documentation, this bundle is a steal.
User Reviews
Be the first to review “Fruit Slicer – (Unity – Admob)”
Here is a complete settings example for configuring Fruit Slicer with Admob in Unity:
Admob App ID and Ad Size
To integrate Admob in Fruit Slicer, you need to set the App ID and Ad Size in the script. Add the following lines of code:
public string appId = "YOUR_APP_ID";
public AdSize adSize = AdSize.SmartBanner;
Replace "YOUR_APP_ID" with your actual Admob App ID.
Admob Banner View
To display a banner ad at the bottom of the screen, add the following lines of code:
BannerView bannerView;
void Start()
{
bannerView = new BannerView(adSize, AdPosition.Bottom);
bannerView.Show();
}
This code creates a new BannerView and sets its size and position. The Show
method is called to display the banner.
Admob Interstitial
To display an interstitial ad, add the following lines of code:
Interstitial interstitial;
void OnClick()
{
interstitial = Interstitial.Create("your_interstitial_unit_id");
interstitial.Show();
}
Replace "your_interstitial_unit_id" with your actual Admob Interstitial ID. The OnClicked
method is called when a button is clicked, and it displays an interstitial ad.
Admob Initialization
To initialize Admob in your Unity project, add the following line of code in the Start
method of your script:
MobileAds.Initialize(appId);
This initializes Admob with your App ID and prepares it for use in your Unity project.
Here are the features of the Fruit Slicer game bundle:
- Popular Casual game: The game is a popular casual game that is easy to play and fun.
- Simple rules and Easy control: The game has simple rules and easy controls, making it accessible to players of all ages.
- Various designs and colorful graphics: The game features various designs and colorful graphics, making it visually appealing.
- Smooth and delicate animations: The game has smooth and delicate animations, adding to its overall charm.
- Daily reward system: The game has a daily reward system, encouraging players to play regularly.
- Supported platforms for build: The game can be built for Android, iOS, and HTML5 (WebGL) platforms.
- Easy to customize displayed graphs: The game's graphics can be easily customized.
- Easy to edit and reskin: The game's assets can be easily edited and reskinned.
- Optimized for Mobile: The game is optimized for mobile devices.
- ADMOB INTEGRATED EASY: The game has Admob integrated, making it easy to monetize.
- Universal (phone & tablet): The game is compatible with both phones and tablets.
- Full documentation: The game comes with full documentation, making it easy to understand and modify.
Additionally, the documentation includes information on:
- How to Open Project In Unity: How to open the project in Unity 2022.3.xxxf (LTS).
- How to Change the Package Name: How to change the package name.
- How to Change Graphics game: How to change the game's graphics.
- How to Change Admob Banner and Interstitial ID: How to change the Admob banner and interstitial ID.
- How to Add Admob Rewarded Ads: How to add Admob rewarded ads (requires a separate email to the seller).
- How to Add IAP Remove Ads: How to add IAP remove ads (requires a separate email to the seller).
There are no reviews yet.