Free Unity 2017.1 Project: How to Make an RPG Tutorial (Brackeys)
Original title: RPG-Tutorial
Overview
RPG-Tutorial is the Unity project for the Brackeys 'How to make an RPG' video series, built in Unity 2017.1 on the Built-in Render Pipeline. It covers a click-to-move player, NavMesh-driven enemies, a combat and stats system, and an inventory and equipment system backed by ScriptableObjects.
The GitHub repository contains two folders, 'RPG Project' and 'Finished Project', so you can compare the start and end states; no license is stated, and the Unity version is old. Still one of the most approachable RPG system breakdowns for beginners, and the ScriptableObject item setup remains relevant in current versions.
What You Can Learn
- Click-to-move player and NavMesh enemies
- Inventory and equipment with ScriptableObjects
- Combat and stats system
Access: Free direct download