Skip navigation

Game Monetization 2.0

Increase the amount of in-game time in your app and reward players with valuable offers

Create Dev Account
100% FREE FOR LIFE
powered by Unity 3D

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!

Free API Key

JoyMonster will always be free for developers

Create Dev Account

Join the in-game advertising revolution Start Now
Which best describes you? I'm an Advertiser I'm a Developer