Search Unity

Getting AssetBundle path and changing name

Discussion in 'Asset Bundles' started by LukeDawn, Nov 26, 2020.

  1. LukeDawn

    LukeDawn

    Joined:
    Nov 10, 2016
    Posts:
    404
    I can get a list of all assetbundles I've set using AssetDatabase.GetAllAssetBundleNames() but can I get the paths to those named assetbundles, and furthermore, can I change the name of the assetbundle? I've been looking at various AssetImporter methods, but can't tie this all together.

    Many thanks.