Game Monetization 2.0
Increase the amount of in-game time in your app and reward players with valuable offers
Create Dev Account100% FREE FOR LIFE
Integration Is A Snap!
Bolt on native monetization in four easy steps.
STEP 1
Simply initialize the plugin in your Unity project
// plugin initializes itself upon any API call,
// or when you run this at the start of a level
JoyMonsterPlugin.ResetBoxCollectedStatus()
STEP 2
Display the wallet button in your menu screen
JoyMonsterPlugin.ShowWallet();
STEP 3
Attach the JoyMonsterBox to the element in your Unity3D Game
using JoyMonster.World;
void OnEnable(){
this.GetComponent<JoyMonsterBox>().AttachBox();
}
STEP 4
Show the reward screen at the end of the level
JoyMonsterPlugin.ShowRewardsIfAvailable();
Want More Info? Check out our full documentation
Developer Introduction
What The Gamer Sees
We've dedicated a massive amount of time to making the user experience, slick, natural and easy!
Join the in-game advertising revolution Start Now