CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
|
static |
Renames an asset's file or folder name.
Cannot be used to change a file's extension. Use CodeSmileEditor.Asset.File.Move to change the extension.
path | Path to an asset file. |
newFileName | The new file name without extension. |
Referenced by Asset.Rename().