AssetDatabase.GetTextMetaFilePathFromAssetPath
public static string GetTextMetaFilePathFromAssetPath(string path);
Parameters
| path | The path to the asset. |
Returns
string The path to the .meta text file or empty string if the file does not exist.
Description 描述
Gets the path to the text .meta file associated with an asset.