Datasets
Working with custom datasets.
What Are Datasets?
Datasets are ScriptableObject
s 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 here 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.
Last updated