Difference between revisions of "Fruit Swipe Match 3 Kit Monetization"
m (Protected "Fruit Swipe Match 3 Kit Monetization" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
(→Unity Ads) |
||
Line 4: | Line 4: | ||
= Unity Ads = | = Unity Ads = | ||
− | The kit provides a rewarded ad button in the level scene that | + | The kit provides a rewarded ad button in the level scene that allows the player to earn some extra coins after completely watching an ad provided by Unity Ads. Please become familiar with how Unity Ads works by reading [https://unityads.unity3d.com/help/monetization/getting-started this guide] first. |
− | + | There are several settings related to Unity Ads that you can tweak from the Fruit Swipe Match 3 Kit editor ('''Window/Fruit Swipe Match 3 Kit/Editor'''). Go to the '''Game settings''' tab and open the '''Monetization''' sub-tab. In the '''Rewarded ad''' section you can find the following settings: | |
− | + | * '''Unity Ads Game ID - App Store:''' The Unity Ads game ID for the App Store. This value is unique to your game and you need to get it from your [https://unityads.unity3d.com/help/resources/dashboard-guide#project-settings Developer Dasboard]. | |
− | + | * '''Unity Ads Game ID - Google Play:''' The Unity Ads game ID for Google Play. This value is unique to your game and you need to get it from your [https://unityads.unity3d.com/help/resources/dashboard-guide#project-settings Developer Dasboard]. | |
− | * | + | * '''Unity Ads - Test mode:''' Enabled by default, this is useful for testing the Unity Ads integration before publishing your game. Make sure to disable it once you have confirmed test mode works and you are ready to publish your game. |
− | + | * '''Coins:''' The number of coins to reward the player with. | |
− | https:// | + | |
− | + | ||
− | * | + | |
− | + | ||
− | https:// | + | |
− | + | ||
− | * | + | |
https://wiki.gamevanilla.com/images/fruit_swipe_match_3_kit/unity_ads_editor.png | https://wiki.gamevanilla.com/images/fruit_swipe_match_3_kit/unity_ads_editor.png | ||
− | |||
− | |||
= Unity IAP = | = Unity IAP = |
Revision as of 10:50, 23 March 2020
Unity AdsThe kit provides a rewarded ad button in the level scene that allows the player to earn some extra coins after completely watching an ad provided by Unity Ads. Please become familiar with how Unity Ads works by reading this guide first. There are several settings related to Unity Ads that you can tweak from the Fruit Swipe Match 3 Kit editor (Window/Fruit Swipe Match 3 Kit/Editor). Go to the Game settings tab and open the Monetization sub-tab. In the Rewarded ad section you can find the following settings:
Unity IAPThe kit provides a coins shop with in-app purchasable packs of coins using Unity IAP. In order to enable Unity IAP in your project, please follow this guide. These are the main steps you need to perform:
The Store id needs to be exactly the same identifier you use in your store (App Store, Google Play, etc.), while the rest of the fields are only visual. Please note you will need to have previously defined your available in-app purchasable items in the store/s of your choice (for more details, please follow this guide). IMPORTANT: Even if the latest versions of Unity provide a built-in IAP package, you still need to perform the previous configuration manually. You can read more about why this is needed here. |