Chapter 9: Monetizing Your Game
In this chapter, you will learn how to implement monetization features in your game. You will learn about different ways of monetizing your game, such as by implementing game passes, developer products, Premium Benefits, and third-party sales. In addition, you will learn how to use best practices when it comes to the previously named implementations. This way, your players can easily enjoy their purchased power-ups.
The following topics will be covered in this chapter:
- Programming game passes
- Implementing developer products
- Giving Premium Benefits
- Third-party sales
- Exercise 9.1 – building a currency system
By the end of this chapter, you will know how to implement game passes in your game to give players a permanent power-up. Besides this, you will learn how to create temporary power-ups or how to let players purchase in-game currency by implementing developer products. In addition, you will learn how to make...