Book Image

Mastering Unity 2D game development

By : Simon Jackson
Book Image

Mastering Unity 2D game development

By: Simon Jackson

Overview of this book

Table of Contents (21 chapters)
Mastering Unity 2D Game Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Overview
Index

Chapter 8. Shopping for Weapons

Arguably, the inventory system in any good RPG game is one of the most important components. Depending on the style or background of your design, it may be even more important than the story or battle system. The reason I say this is because the way in which you'd design and implement your shopping and inventory system will alter how your game is played and how quickly the player will progress through your creation.

Another factor that we will cover in this chapter is monetization. Every title needs to have a monetization story so that the player will eventually be able to make money through his or her hard work. There always has to be some kickback in the end to help you pay the bills or keep tabs on your sanity. It doesn't have to be money; it could just be recognition or an aid to your portfolio. However, in most cases, it's about money.

The list of topics that will be covered in this chapter is as follows:

  • Looking at the inventory and items

  • Building a shop...