Start Developing
Start developing with Skill Web right away!
Below you can find the key information required when working with Skill Web.
Create Skills from the Skill Bank
Skills can be created from the Skill Bank window, which can be accessed from Window > Skill Web > Skill Bank
.
Create Webs (Skill Trees) from the Web Creator
Webs can be created from the Web Creator window, which can be accessed from Window > Skill Web > Web Creator
.
Add Initializer
Before you can work with Skill Web at runtime, it may need to be initialized. You can initialize Skill Web whenever through code or use the Skill Web Initializer component. The initializer component can be added to your scene by right-clicking in the hierarchy and navigating to Skill Web > Initializer
.
Add and Load UI
The UI is required to view webs. You can add the UI by right-clicking in the hierarchy and navigating to
Skill Web > Web View UGUI
.The hovercard is required to view skill information. You can add it by right-clicking in the hierarchy and navigating to
Skill Web > Hovercard UGUI
.You can load a web by clicking on the Web View UGUI component, writing the name of the web, and enabling Load On Start. You can also load a web through code:
Last updated