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
  • What Are Datasets?
  • Default
  • How to Set a Dataset
  • Creating Custom Datasets

Datasets

Working with custom datasets.

PreviousHovercardNextRunes Demo Walkthrough

Last updated 25 days ago

What Are Datasets?

Datasets are ScriptableObjects that inherit from either SkillDataset or WebDataset. They are a way of adding custom fields in the Skill Bank and Web Creator editor windows for all skills or webs.

Default

Click to find how you can create the default datasets.

How to Set a Dataset

A dataset can be set from Settings. Once set, the dataset will be applied to all skills or webs. Note that this will remove all data from the previous datasets.

Creating Custom Datasets

Creating custom datasets requires scripting. Choose a link below to find out how to create custom datasets.

Web Dataset
here
Skill Dataset