Skill Web
  • Skill Web Documentation
  • đŸ•šī¸Quick Start
    • Installation
  • Start Developing
  • 💡General
    • Running the Demos
  • Menu Options
  • UI Customizations
    • uGUI
      • Skill Node
      • Connection Line
      • Web View
      • Hovercard
  • Datasets
  • 🎓Tutorials
    • Runes Demo Walkthrough
  • âœī¸Editors
    • Skill Bank
  • Web Creator
  • Settings
  • Components
    • Skill Web Initializer
    • uGUI
      • Skill Node UGUI
      • Connection Line
        • Curved Connection Line
      • Web View UGUI
        • Web View Selector UGUI
      • Skill Hovercard UGUI
    • Player Web Link
  • 📄Scripting API
    • Initialization
  • Skills
    • Skill
      • Skill Dataset Attributes
    • Skill Node
  • Webs
    • Web Graph
    • Web
  • UI
    • Loading a Web
    • Web View Input Handling
    • Customize Connection Line
    • Customize Hovercard
  • Player Web Link
  • Custom Logic
  • Saving & Loading
  • Events
  • Skill Web Settings
  • Procedural Generation (Beta)
  • đŸ› ī¸Support
    • Getting Help
  • 📚Changelogs
    • Latest Releases
    • Future Plans
    • ⭐Rate Me?
Powered by GitBook
On this page
  • Requirements
  • Default UI
  • Using Custom Skill Nodes
  1. UI Customizations
  2. uGUI

Skill Node

What to know when customizing skill nodes.

The Skill Node UGUI can be customized through the hierarchy like any other UI object. Ensure the component's required properties have valid references. UI for skill nodes should always be prefabs.

Requirements

  • A skill node prefab's parent must have the Skill Node UGUI component, or a component that inherits from it, on its parent.

  • Ensure that the "Rect Transform" and "Icon Image" properties are set from the inspector. "Level Text" is optional.

Default UI

Create a copy of the prefab and edit that, not the default prefab itself.

If you'd like, you can start customization from an existing skill node prefab.

Sword Mastery Default

You can find the default skill node prefab, named "DefaultSkillNodeUGUI" in Assets/StylishEsper/SkillWeb/Resources/Prefabs/uGUI.

Runes Default

The stylized prefabs used by the Runes demo can be found in Assets/StylishEsper/SkillWeb/Examples/RunesDemo/CustomizedUI/SkillNodes.

Using Custom Skill Nodes

To use your custom skill node, simply add it to the size fields of your choice in the Web View UGUI component.

PreviousuGUINextConnection Line

Last updated 13 days ago