Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

problem with crc

Discussion in 'Asset Bundles' started by skyrim9506, Jan 6, 2021.

  1. skyrim9506

    skyrim9506

    Joined:
    Sep 21, 2015
    Posts:
    1
    when build assetbundle ,i use hash + crc for the id

    in diffrent pcs , for the same bundle the manifest file is diffrent. hash is the same,
    but crc is not. when compare the manifest, i saw in "Dependencies" the order is not the same.
    In One manifest the order is:
    -F:/Turnk/shader.bundle
    -F:/Turnk/texture.bundle

    In other pc the order is:
    -F:/Turnk/texture.bundle
    -F:/Turnk/shader.bundle

    then the crc is not same, and the size of the bundle is not the same.
    how can i solve this problem? i want the same crc for the same bundle.

    i use unity 2017.3
     
  2. nilsdr

    nilsdr

    Joined:
    Oct 24, 2017
    Posts:
    374