ResourceFolderA folder picker to pick a resource folder under any Resources. It'll give error if the selected folder is not a resource.
Parameters:
string folder=""default folder to open. If it's an empty string, it'll first try the current value of the field, then the firstResourcesfolder found.string title="Choose a folder inside resources"title of the pickerstring groupBy = ""See theGroupBysection
using SaintsField; [ResourceFolder] public string resourcesFolder; [ResourceFolder] public string[] resourcesFolders;