About the author:

All posts by Yip Si Yuan:

Creating a Rogue-like (like Vampire Survivors) in Unity — Part 27: Treasure Chest UI Animation

This article is a part of the series:
Creating a Rogue-like Shoot 'Em Up (like Vampire Survivors) in Unity

Now that we've set up a coin collection system from the previous part, we're now ready to improve upon the very simple treasure chest that we've implemented in Part 12 to faciliate weapon evolution. In this part, we’ll enhance the treasure chest system to more closely mirror the mechanics seen in Vampire Survivors.

Our upgrades will include the ability for chests to level up existing weapons and passives, grant entirely new ones, and reward players with multiple items at once—ranging from 1, 3, or even 5 rewards per chest.

To view this content, you must be a member of Terresquall Patreon at $10 or more
Already a qualifying Patreon member? Refresh to access this content.

Creating a Rogue-like (like Vampire Survivors) in Unity — Part 26: Coins and Save System

This article is a part of the series:
Creating a Rogue-like Shoot 'Em Up (like Vampire Survivors) in Unity

In the next part of our tutorial series, we will be implementing a save functionality for our coins and coin pickups. We'll be introducing a coin system that persists across play sessions, allowing players to track their progression. Alongside this, we'll add new pickups that reward players with coins during gameplay.

Currently, there are no persistent rewards tied to completing levels. By introducing collectible and usable coins, we create a more engaging experience where players feel rewarded for their efforts and have meaningful goals to work toward.

To view this content, you must be a member of Terresquall Patreon at $10 or more
Already a qualifying Patreon member? Refresh to access this content.