Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Removed in version 5.1.0p1
GetTextMetaDataPathFromAssetPath has been renamed to GetTextMetaFilePathFromAssetPath (UnityUpgradable).

AssetDatabase.GetTextMetaDataPathFromAssetPath

Switch to Manual
public static function GetTextMetaDataPathFromAssetPath(path: string): string;

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.