#23.0 Unity RPG Tutorial - Multi loot

In this tutorial series you will learn how to create an RPG game in UNITY. The scripting language used in this series is C#. You can get the project files by following this link(This includes all assets like commented C# scripts and sprites, sounds etc.): I will explain everything I’m doing in details so that every one can follow along and learn something. I will be following the Object oriented principles and keep good code practices up, so that you can take what you l
Back to Top