Skip to content

doc: Coin Subscription Monetization Tutorial#37

Merged
davidwrede merged 1 commit into
MHCPPrograms:mainfrom
gamedevbear:doc/piggy
Sep 23, 2025
Merged

doc: Coin Subscription Monetization Tutorial#37
davidwrede merged 1 commit into
MHCPPrograms:mainfrom
gamedevbear:doc/piggy

Conversation

@gamedevbear

Copy link
Copy Markdown

This PR adds a tutorial focused on monetization in Horizon Worlds.

This tutorial walks through building a subscription system
Players who purchase a specific IWP (In-World Purchase) will be able to collect coins from the Coin Vault each day they log in.
To make the subscription more enticing, the system will also pay out coins retroactively for all the days they’ve logged in before purchasing.

This mechanic works on two levels:

  • Conversion driver: the longer someone plays without subscribing, the more appealing the purchase becomes.
  • Retention driver: once subscribed, players have a reason to come back every day to claim the reward they already paid for.

@davidwrede davidwrede merged commit d849039 into MHCPPrograms:main Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants