Search Unity

Question What's the difference between HASH and CRC used in UnityWebRequest GetAssetBundle?

Discussion in 'Asset Bundles' started by stamatian, Oct 5, 2022.

  1. stamatian

    stamatian

    Joined:
    Jul 13, 2018
    Posts:
    36
    We have an API for downloading asset bundles and I would like to use unity caching system. The Hash and CRC it's not the same thing in the end? Can I use only the hash and then get the CRC from the hash value?
    What is the difference between them?

    Thanks!

    EDIT: Ok after a bit of digging I think
     
    Last edited: Oct 5, 2022