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
  1. Components
  2. uGUI

Web View UGUI

The runtime web graph viewer.

PreviousCurved Connection LineNextWeb View Selector UGUI

Last updated 11 days ago

Ensure this object has an attached Canvas component with the Render Mode set to Screen Space - Camera and the Render Camera set to the main camera.

The Web View UGUI component is the main runtime graph viewer. With this component, you can convert a web graph, which is created from the Web Creator, to a runtime version that the player can view.

For customization tips, see UI Customizations.

Properties

Name
Description

Web Name

The name of the web graph. This is used to automatically grab the web at start if Load On Start is enabled. It can also be used to find a specific web view component with WebViewUGUI.Find.

Load On Start

If the web should be loaded on start.

Enable Testing

If testing should be enabled.

Starting Skill Points

The starting skill points for test purposes.

Skill Node Tiny Prefab

A prefab that represents a tiny skill node.

Skill Node Small Prefab

A prefab that represents a small skill node.

Skill Node Medium Prefab

A prefab that represents a medium skill node.

Skill Node Large Prefab

A prefab that represents a large skill node.

Skill Node Giant Prefab

A prefab that represents a giant skill node.

Connection Prefabs

A prefab that represents a connection.

Content

The main content container.

Graph Content

The UI object that will be panned and zoomed.

Bounds

A RectTransform that acts as the bounds of the graph.

The properties are automatically set if you added the component to your scene with its .

menu option