Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

AssetDatabase.GetAssetPathsFromAssetBundle

Switch to Manual
public static function GetAssetPathsFromAssetBundle(assetBundleName: string): string[];

Parameters

Description

Get the paths of the assets which have been marked with the given assetBundle name.

All paths are relative to the project folder, for example: "Assets/MyTextures/hello.png".