|
Name | Description |
---|---|
parentFolder | the name of the parent folder |
newFolderName | the name of the new folder |
String - the GUID of the newly created folder * string guid = AssetDatabase.CreateFolder("Assets", "My Folder"); * string newFolderPath = AssetDatabase.GUIDToAssetPath(guid);
Create a new folder.