Search Unity

Renaming Cabinet inside AssetBundle

Discussion in 'Asset Bundles' started by noobestlifeever, Jun 12, 2019.

  1. noobestlifeever

    noobestlifeever

    Joined:
    Jun 12, 2019
    Posts:
    11
    How can I build custom-named CAB- file instead of CAB-5317123ad38cb8631082c951083efa101 in an assetbundle or is it not possible?
     
  2. Ryanc_unity

    Ryanc_unity

    Unity Technologies

    Joined:
    Jul 22, 2015
    Posts:
    332
    The internal file name is named using the md4 hash of the asset bundle name. This is mainly so the internal file names do not clash with any external file names. You can customize the internal file name using the Scriptable Build Pipeline, but I do not recommend it.
     
  3. noobestlifeever

    noobestlifeever

    Joined:
    Jun 12, 2019
    Posts:
    11
    Thanks for the informations!
     
  4. noobestlifeever

    noobestlifeever

    Joined:
    Jun 12, 2019
    Posts:
    11
    Can you show me examples of script that changes the name?
     
  5. noobestlifeever

    noobestlifeever

    Joined:
    Jun 12, 2019
    Posts:
    11
    Still waiting...