Web View
What to know when customizing the web view.
The Web View UGUI can be customized through the hierarchy like any other UI object. Ensure the component's required properties have valid references.
Required Properties
All properties under "Testing" are not required.
The skill node properties under "Prefabs" are required as needed by all the skills in the specific graph you will load. For example, if the size "Giant" is not used by any skill, you technically don't need to set a value for it in the inspector.
Having at least 1 reference in the "Connection Prefabs" list is required.
Everything under "Other" is required. The default way those objects are set up is recommended.
Customization Examples
Sword Mastery Demo


In the main demo scene, a bunch of buttons were added to the bottom of the screen to simply make the user know what some of the controls are.
Runes Demo


In the Runes demo scene, only a single image was added as the central "Core" of the graph. The image was placed as a child of the "GraphContent" object so that it moves along with the graph. The lines connected to it are created through code. You can read more about it in Runes Demo Walkthrough.
Last updated