AssetDatabase.GetSubFolders
public static string[] GetSubFolders(string path);
Description 描述
Given a path to a directory in the Assets folder, relative to the project folder, this method will return an array of all its subdirectories.
Given a path to a directory in the Assets folder, relative to the project folder, this method will return an array of all its subdirectories.