Answer the question
In order to leave comments, you need to log in
How to rename a folder in an asset database?
How to rename a folder in an asset database?
Answer the question
In order to leave comments, you need to log in
ret = AssetDatabase.RenameAsset("Assets/MyMaterials", "MyMaterialNew");
if(ret == "")
Debug.Log("Material asset renamed to MyMaterialNew");
else
Debug.Log(ret);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question