Cutter Woodsman – (Unity – Admob)
$14.00
4 sales
Cutter Woodsman – (Unity – Admob) Review
Introduction
Are you looking for a popular hyper-casual game that’s easy to play and customize? Look no further than Cutter Woodsman – (Unity – Admob)! This game bundle is a steal, offering a complete game package with Admob integration, smooth animations, and colorful graphics. In this review, we’ll dive into the features, key features, and documentation to help you decide if this game is right for you.
Features
Cutter Woodsman – (Unity – Admob) offers a range of features that make it an attractive option for game developers. Some of the key features include:
- Simple rules and easy control, making it accessible to players of all ages
- Various designs and colorful graphics that add to the game’s visual appeal
- Smooth and delicate animations that enhance the overall gaming experience
- Easy customization options for displayed graphs and graphics
Key Features
In addition to the features listed above, Cutter Woodsman – (Unity – Admob) also offers:
- Support for multiple platforms, including Android, iOS, and HTML5 (WebGL)
- Easy integration with Admob, making it simple to monetize your game
- Optimization for mobile devices, ensuring a smooth and responsive experience
- Universal compatibility, making it suitable for both phone and tablet devices
- Full documentation, including tutorials on how to change graphics, Admob IDs, and more
Documentation
The documentation provided with Cutter Woodsman – (Unity – Admob) is comprehensive and easy to follow. It includes step-by-step guides on how to:
- Open the project in Unity 2022.3.xxxf (LTS)
- Change the package name
- Change graphics and Admob IDs
- Add Admob Rewarded Ads (after purchasing, please contact the seller for instructions)
Conclusion
Cutter Woodsman – (Unity – Admob) is an excellent choice for game developers looking for a popular hyper-casual game that’s easy to customize and monetize. With its smooth animations, colorful graphics, and easy integration with Admob, this game bundle is a steal. The comprehensive documentation and support from the seller make it easy to get started and make the most of this game.
Rating
I give Cutter Woodsman – (Unity – Admob) a score of 5/5. The game’s features, key features, and documentation make it an excellent value for the price.
Additional Resources
For a gameplay video, please visit: https://www.youtube.com/shorts/NPsaVDXBjKo
For an APK demo, please visit: https://drive.google.com/file/d/10pbsNc_ycwbL80YX6OhyTUVHqGIkTP5A/view?usp=sharing
For more games from the same seller, please visit: https://s3.envato.com/files/360094397/banners.jpg, https://s3.envato.com/files/371466458/Banner.jpg, https://s3.envato.com/files/363151227/banner.jpg, and https://s3.envato.com/files/369006216/Banner.jpg
User Reviews
Be the first to review “Cutter Woodsman – (Unity – Admob)”
Introduction
Are you tired of dealing with the tedious task of manually initializing and managing ads in your Unity game or app? Do you want to increase your ad revenue without sacrificing gameplay performance? Look no further than the Cutter Woodsman!
The Cutter Woodsman is a popular Admob plugin for Unity that makes it easy to integrate ads into your project. With its simple and intuitive interface, you can quickly add banner ads, interstitial ads, and rewarded video ads to your game or app without writing a single line of code. In this tutorial, we'll show you how to use the Cutter Woodsman to boost your ad revenue and take your game to the next level.
Prerequisites
Before we get started, make sure you have the following:
- Unity Hub installed on your computer
- Unity project set up with a Unity version 2019.4 or higher
- Admob account created and Admob plugin installed in Unity
- Cutter Woodsman plugin downloaded and imported into your Unity project
Step 1: Import the Cutter Woodsman Plugin
To use the Cutter Woodsman, you need to import the plugin into your Unity project. Follow these steps:
- Open your Unity project
- Go to Window > Package Manager
- Click on the + button to import a new package
- Select the Cutter Woodsman plugin (it should be a.unitypackage file)
- Click Import to import the plugin
Step 2: Initialize the Cutter Woodsman
Now that the plugin is imported, let's initialize it. Follow these steps:
- Open your Unity scene
- Go to Window > Cutter Woodsman
- In the Cutter Woodsman window, enter your Admob app ID and ad format (e.g., banner, interstitial, rewarded video)
- Click Initialize to initialize the plugin
Step 3: Add Ads to Your Scene
Now that the plugin is initialized, you can add ads to your scene. Follow these steps:
- Drag and drop a Cutter Woodsman Banner component from the Unity editor's Object menu onto your scene
- Configure the banner component by setting the ad unit ID, ad format, and other settings
- Drag and drop a Cutter Woodsman Interstitial component from the Unity editor's Object menu onto your scene
- Configure the interstitial component by setting the ad unit ID, ad format, and other settings
- Drag and drop a Cutter Woodsman Rewarded Video component from the Unity editor's Object menu onto your scene
- Configure the rewarded video component by setting the ad unit ID, ad format, and other settings
Step 4: Show Ads
Now that you've added ads to your scene, you need to show them. Follow these steps:
- Use the ShowBanner method to display a banner ad
- Use the ShowInterstitial method to display an interstitial ad
- Use the ShowRewardedVideo method to display a rewarded video ad
Here's some sample code to get you started:
using CutterWoodsman;
public class AdController : MonoBehaviour
{
private CutterWoodsmanAd _bannerAd;
private CutterWoodsmanAd _interstitialAd;
private CutterWoodsmanAd _rewardedVideoAd;
private void Start()
{
_bannerAd = new CutterWoodsmanBannerAd("Your Banner Ad Unit ID", AdFormat.BANNER);
_interstitialAd = new CutterWoodsmanInterstitialAd("Your Interstitial Ad Unit ID", AdFormat.INTERSTITIAL);
_rewardedVideoAd = new CutterWoodsmanRewardedVideoAd("Your Rewarded Video Ad Unit ID", AdFormat.REWARDED_VIDEO);
_bannerAd.Show();
_interstitialAd.Show();
_rewardedVideoAd.Show();
}
}
Step 5: Handle Ad Events
Finally, you need to handle ad events, such as ad loaded, ad displayed, and ad clicked. Follow these steps:
- Create an instance of the CutterWoodsmanAdEvent class
- Assign the ad event listener to the ad component
- Implement the ad event handler method
Here's some sample code to get you started:
using CutterWoodsman;
public class AdController : MonoBehaviour
{
//...
private CutterWoodsmanAdEvent _adEvent;
private void Start()
{
//...
_adEvent = new CutterWoodsmanAdEvent();
_adEvent.OnAdLoaded += OnAdLoaded;
_adEvent.OnAdDisplayed += OnAdDisplayed;
_adEvent.OnAdClicked += OnAdClicked;
}
private void OnAdLoaded(object sender, EventArgs e)
{
Debug.Log("Ad loaded!");
}
private void OnAdDisplayed(object sender, EventArgs e)
{
Debug.Log("Ad displayed!");
}
private void OnAdClicked(object sender, EventArgs e)
{
Debug.Log("Ad clicked!");
}
}
Conclusion
That's it! You've successfully set up and used the Cutter Woodsman in your Unity project. With this plugin, you can easily add ads to your game or app and increase your ad revenue without sacrificing gameplay performance. Happy coding!
Here is an example of how to configure the Cutter Woodsman - (Unity - Admob) settings:
App ID
To configure the App ID, follow these steps:
- Go to the AdMob dashboard and create a new app.
- Note down the App ID, you will need it later.
- In your Unity project, go to the AdMob plugin settings by clicking on the "AdMob" menu in the top navigation bar.
- In the "App ID" field, enter the App ID you noted down earlier.
Ad Unit ID
To configure the Ad Unit ID, follow these steps:
- In the AdMob dashboard, create a new ad unit for your app.
- Note down the Ad Unit ID, you will need it later.
- In your Unity project, go to the AdMob plugin settings by clicking on the "AdMob" menu in the top navigation bar.
- In the "Ad Unit ID" field, enter the Ad Unit ID you noted down earlier.
Test Device
To configure the Test Device, follow these steps:
- In the AdMob dashboard, go to the "Test Devices" section.
- Add your device's ID to the list of test devices.
- In your Unity project, go to the AdMob plugin settings by clicking on the "AdMob" menu in the top navigation bar.
- In the "Test Device" field, select the device you added to the list of test devices.
Banner Ad
To configure the Banner Ad, follow these steps:
- In the AdMob dashboard, create a new banner ad unit for your app.
- Note down the Ad Unit ID, you will need it later.
- In your Unity project, go to the AdMob plugin settings by clicking on the "AdMob" menu in the top navigation bar.
- In the "Banner Ad" section, enter the Ad Unit ID you noted down earlier.
- Set the "Banner Size" to the desired size (e.g. "Smart Banner").
Interstitial Ad
To configure the Interstitial Ad, follow these steps:
- In the AdMob dashboard, create a new interstitial ad unit for your app.
- Note down the Ad Unit ID, you will need it later.
- In your Unity project, go to the AdMob plugin settings by clicking on the "AdMob" menu in the top navigation bar.
- In the "Interstitial Ad" section, enter the Ad Unit ID you noted down earlier.
Rewarded Video Ad
To configure the Rewarded Video Ad, follow these steps:
- In the AdMob dashboard, create a new rewarded video ad unit for your app.
- Note down the Ad Unit ID, you will need it later.
- In your Unity project, go to the AdMob plugin settings by clicking on the "AdMob" menu in the top navigation bar.
- In the "Rewarded Video Ad" section, enter the Ad Unit ID you noted down earlier.
Request Ad On Load
To configure the Request Ad On Load, follow these steps:
- In the AdMob plugin settings, toggle the "Request Ad On Load" switch to "On".
- This will cause the AdMob plugin to request an ad when the game starts.
Request Ad On Pause
To configure the Request Ad On Pause, follow these steps:
- In the AdMob plugin settings, toggle the "Request Ad On Pause" switch to "On".
- This will cause the AdMob plugin to request an ad when the game is paused.
Request Ad On Resume
To configure the Request Ad On Resume, follow these steps:
- In the AdMob plugin settings, toggle the "Request Ad On Resume" switch to "On".
- This will cause the AdMob plugin to request an ad when the game is resumed.
Here are the features of the Cutter Woodsman game, extracted from the content:
1. Popular Hyper Casual game
2. Simple rules and Easy control
3. Various designs and colorful graphics
4. Smooth and delicate animations
5. Supported platforms for build:
- Android
- iOS
- HTML5 (WebGL)
6. Easy to customize displayed graphs
7. Easy to edit and reskin
8. Optimized for Mobile
9. Admob Integrated Easy
10. Universal (phone & tablet)
11. Full documentation
12. Includes documentation:
- Open Project In Unity 2022.3.xxxf (LTS)
- Change the package name
- How to Change Graphics game
- How to change the Admob Banner and Interstitial ID
- How to added the Admob Rewarded Ads (After buying please send mail to me)
Note that there are also links to other games from the same author at the end of the content.
There are no reviews yet.