Skip to content

world of warcraft-like skill/talent tree in unity c#

Notifications You must be signed in to change notification settings

exewin/unity-skill-tree

Repository files navigation

unity-skill-tree

world of warcraft-like skill/talent tree in unity c#

alt text

about

functionality:

  • Skill tree based on talent trees from World Of Warcraft (Wotlk)
  • Supports multiple skill trees
  • Supports multiple players
  • Player have specific trees available
  • Selecting different player, resets tree accordingly to their acquired skills
  • Skill Buttons can be locked/unlocked if they meet requirements:
  1. Adequate SkillTreeController has enough int pointsInTree
  2. Adequate SkillButton that has this concrete SkillButton in unlockable list, must be maxed out
  • Skills are ScriptableObject with some possible functionality. See StatCalculator.cs, Skill.cs and Player.cs for example usage.

used 3rd party assets:

About

world of warcraft-like skill/talent tree in unity c#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published