Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

AssetDatabase.LoadAllAssetRepresentationsAtPath

static function LoadAllAssetRepresentationsAtPath(assetPath: string): Object[];
static Object[] LoadAllAssetRepresentationsAtPath(string assetPath);
static def LoadAllAssetRepresentationsAtPath(assetPath as string) as Object[]

Description

Returns all asset representations at assetPath.

Asset representations are objects in the asset that are visible in the Project view. All paths are relative to the project folder, for example: "Assets/MyTextures/hello.png"

See Also: AssetDatabase.LoadMainAssetAtPath, AssetDatabase.LoadAssetAtPath, AssetDatabase.LoadAllAssetsAtPath.