Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
Warning
Removed. GetTextMetaDataPathFromAssetPath has been renamed to GetTextMetaFilePathFromAssetPath
public static string GetTextMetaDataPathFromAssetPath(string path)

Parameters

path

Project relative path to the asset.

Returns

Type

Description

stringThe path to the .meta text file or empty string if the file does not exist.