Web Creator
Going over the Web Creator window.

The Web Creator is a node-based graph editor—it allows you to create WebGraph
s, which can be translated to a runtime version with the use of the Web View.
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.
Last updated