-
Автор темы
- #1
Пожалуйста, авторизуйтесь для просмотра ссылки.
Трейлер / Trailer:
Плагин дерева навыков предлагает следующие возможности:
- Базовый класс навыков, который может быть изменен с помощью блюпринтов;
- Различные виды навыков (пассивные, активные, аура и так далее).
- Различные свойства, такие как категории навыков.
- Возможность блокировать и разблокировать навыки при определенных условиях.
- Компонент дерева навыков, который управляет всеми перечисленными выше.
- И множество другого...
Технические детали / Technical Details:
• A base Skill class that can be modified through Blueprints
• Skill stats for every skill
• Level stats table for every skill level
• Four different skill categories
o Instant Skill
o Casting Skill
o Passive Skill
o Passive looping Skill
• Various properties like skill categories (up to 256 different categories supported!), name and description
• A Skill Unlock Component (attached to every Skill), responsible for the unlock functionality for every skill
o Inside this component you can add stuff like Required skills that need to be learned in order to learn the current Skill or Number of Required Skills in a specific category
• A Skills Tree Component that manages all of the above
• Save and Load functionality that stores the state of everything that the Skills Tree Component needs to know
Network Replicated: No
Supported Development Platforms: Windows (Should work in any platform that UE4 supports)
Supported Target Build Platforms: Windows (Should work in any platform that UE4 supports)
Documentation:
Пожалуйста, авторизуйтесь для просмотра ссылки.
.The entire C++ source code is commented and included so you can modify the plugin to suit your needs.
In case you want to add a sample action bar and cast bar, check out
Пожалуйста, авторизуйтесь для просмотра ссылки.
to find these Blueprint Widgets ready.Для просмотра содержимого вам необходимо авторизоваться.
ver. 1.3 для V4.26
Для просмотра содержимого вам необходимо авторизоваться.
Последнее редактирование модератором: