Creating a Dynamic Skill System Part 2 in Unity3d for RPGs, Shooters, etc. Assigning Skills

Опубликовано: 09 Март 2025
на канале: Chad @ IndieScape
1,316
14

This video I cover how to assign your player skills using the default Third Person Character from Unity's standard assets package. In just a few steps, you can have unlimited skills assignable and upgradeable to create a dynamic game in 3 scripts.

---------------------

Breaking the mold of the standard skill tree systems, I show a way to create dynamic, discoverable skills that can be easily applied to your current Player or NPC prefabs. This first video shows the structure of the Skill class, a selectable Skill Type such as Combat, Social, Passive, etc, and how to discover your skills.