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

Player Web Link

Automatically link a web with your player.

PreviousSkill Hovercard UGUINextInitialization

Last updated 11 days ago

The Player Web Link component can be used to link a Web with the player (or any GameObject).

If automatic linking is enabled, the component will look for a Web View UGUI component in the scene with the same web name and link with it.

The large box is a list of all obtained skills. The list is populated when the component links with a web. The component will clearly indicate when a web is linked or not. Linking is only possible in play mode.

Properties

Name
Description

Web Name

The name of the web to link with.

Link Automatically

If the component should automatically link to the web. Automatic linking requires a Web to be loaded by a component. Disable this if you'd like to handle linking yourself.

Web View UGUI