GetTextMetaDataPathFromAssetPath(string)
Gets the path to the text.meta file associated with an asset.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static string GetTextMetaDataPathFromAssetPath(string path)
Parameters
Project relative path to the asset.
Returns
Type | Description |
|---|---|
| string | The path to the .meta text file or empty string if the file does not exist. |