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
  • Sections
  • The Toolbar
  • Web Name Property
  • Web List
  • Graph
  • Skill Finder
  • Dataset

Web Creator

Going over the Web Creator window.

PreviousSkill BankNextSettings

Last updated 15 days ago

The Web Creator is a node-based graph editor—it allows you to create WebGraphs, which can be translated to a runtime version with the use of the .

Sections

The Web Creator has a couple of notable sections.

The Toolbar

The toolbar simply contains a save button that appears when changes have been made to a web graph.

Web Name Property

The web name property appears at the top of the graph when a web graph is loaded. This name is meant for lookup purposes, but you can use it as the display name if you'd like.

Web List

The web list is a movable and minimizable element that first appears at the top-left corner. This contains a list of all web graphs—allowing you to create, delete, and look up web graphs. Selecting a web graph from here will load it in the graph section.

Graph

The graph is the content behind all other sections. This is where you can edit web graphs. Right-clicking will give you the option to add a skill.

Skill Node

Skill nodes are the building blocks of the skill web. They can be freely repositioned, with a dedicated position field allowing precise placement. The 'Connection Dependent' option determines whether a node requires a connection to an already acquired skill in order to be unlocked.

Connection

Connections are created by dragging an output port from one node to the input port of another. Each connection includes an integer field at its center, representing the index of the connection prefab to use.

Skill Finder

The skill finder appears when you right-click on the graph section and then click "Add Skill." This allows you to look up all skills. Clicking on a skill will add it to the graph.

Dataset

The dataset element simply contains serializable properties of your custom dataset. This element can be minimized and moved around. To learn about datasets, see Datasets.

Web View