AssetBundle.GetAllAssetNames

Declaration

public string[] GetAllAssetNames();

Description

Return all Asset names in the AssetBundle.

The names are the project-relative path of each Asset file, unless a different name was specified at build time.

If the AssetBundle contains Scenes this returns an empty string array.

Additional resources: AssetBundleBuild.addressableNames


Did you find this page useful? Please give it a rating: