Unity RPG Tutorial: Leveling and Stats


In this tutorial we’re going to build some core components for the leveling and stat side of an RPG. We’ll setup an XP tracker which can easily support different ways of mapping experience points to level. We’ll also look at how to setup our stats to make it easy in future to have equipment or other factors influence those stats.

📂 Grab the full project ➠ https://github.com/GameDevEducation/UnityTutorial_RPGComponents/tree/Part-1

43 views