Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insthync/unity-simple-monetization
A simple IAP, ADS monetization integration for Unity
https://github.com/insthync/unity-simple-monetization
ads monetization purchasing unity3d
Last synced: 2 months ago
JSON representation
A simple IAP, ADS monetization integration for Unity
- Host: GitHub
- URL: https://github.com/insthync/unity-simple-monetization
- Owner: insthync
- License: mit
- Created: 2017-10-07T20:27:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T08:26:12.000Z (10 months ago)
- Last Synced: 2024-03-24T09:27:53.127Z (10 months ago)
- Topics: ads, monetization, purchasing, unity3d
- Language: C#
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-simple-monetization
## Enable purchasing monetization
You have to enable Unity Purchasing as following steps via link https://docs.unity3d.com/Manual/UnityIAPSettingUp.html
## Enable advertisement monetization
You have to enable Unity Advertisements as following steps via link https://unity3d.com/services/ads/quick-start-guide
## How to use
Add **Monetization Manager** component to any game object, you can set Unity Advertisement configs, IAP products, Virtual currencies here
You can create In-Game product data by right click on project tab, Choose **Create** -> **Monetization** -> **In Game Product**, you can extends this class (`InGameProductData`) to make in game items with stats
You can create IAP product data by right click on project tab, Choose **Create** -> **Monetization** -> **IAP Product**. In IAP product you can set title, description and price by managable IAP catalog, You can learn how to manage catalog here https://docs.unity3d.com/Manual/UnityIAPCodelessIAP.html. Moreover you can add amount of virtual currencies, in game products