Datasets
Working with custom datasets.
Last updated
Working with custom datasets.
Last updated
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.
Click to find how you can create the default datasets.
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 requires scripting. Choose a link below to find out how to create custom datasets.