Search Unity

A method to verify asset bundle integrity using a hash check before loading

Discussion in 'Asset Bundles' started by Deleted User, May 28, 2019.

  1. Deleted User

    Deleted User

    Guest

    I'm fully aware that in the realm of game security no solution is 100% hack proof. After doing some time googling I couldn't find a concrete answer to question so I decided to post here.

    I'm looking into ways to make it more difficult for users to mod a game by directly modifying asset bundles and/or the assets there within.

    I was wondering if is there is already a feature provided by Unity, or implementable in a custom manner, whereby hash values for each asset bundle (CRC/SHA256, what have you) could be stored on the server and sent to the client in the form of encrypted API request. Then before an asset bundle is allowed to be loaded, its integrity must first be verified.
     
  2. M_R

    M_R

    Joined:
    Apr 15, 2015
    Posts:
    559
    Deleted User likes this.
  3. Deleted User

    Deleted User

    Guest