Generating items in the dungeon

Usually in RPG games, the player will acquire and carry items that add some status boosting effects. The player can have weapons to increase their damage or armor to increase their defense. We are going to add some armor items that will power up our player.

The armor items will run on a slightly more complicated system than the health items and will require their own class. We will also need a way to deliver the items to the player. We want to be a little more interesting than just littering the dungeon floor with items, so we will create a chest that will randomly spawn items.

The Chest prefab

Let's start with the Chest prefab. The Chest prefab will be a lot like the Wall prefab, in that the Chest prefab will also ...

Get Procedural Content Generation for Unity Game Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.