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
  • Editor Windows
  • Skill Bank
  • Web Creator
  • Settings
  • GameObject Menu Objects
  • Initializer
  • Web View UGUI
  • Selector UGUI
  • Hovercard UGUI
  • Asset Menu Options

Menu Options

A list of all available editor menu options.

PreviousRunning the DemosNextUI Customizations

Last updated 11 days ago

Editor Windows

Skill Bank

Window > Skill Web > Skill Bank

Opens the Skill Bank window. This is where skills are created.

Web Creator

Window > Skill Web > Web Creator

Opens the Web Creator window. This is where webs (skill trees) are created.

Settings

Window > Skill Web > Settings

Opens the Skill Web settings window.

GameObject Menu Objects

Initializer

GameObject > Skill Web > Initializer

Adds the SkillWebInitializer to the active scene. This component initializes Skill Web. It's not necessary if you're initializing Skill Web yourself.

Web View UGUI

GameObject > Skill Web > Web View

Adds the WebViewUGUI to the active scene. This component is necessary to view created webs.

Selector UGUI

GameObject > Skill Web > Selector

Adds the SelectorUGUI to the active scene. This component is necessary for keyboard and controller support.

Hovercard UGUI

GameObject > Skill Web > Hovercard

Adds the HovercardUGUI to the active scene. This component is necessary to view skill information when they're hovered.

Asset Menu Options

You can create default datasets for skills and webs from Assets > Create > Skill Web > Datasets.