About the author:

All posts by Yip Si Yuan:

Vampire Survivors Tutorial Part 26

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

This article will be free until we release the video for this part.

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.

Continue reading