Search Unity

unity.build-id

Discussion in 'Android' started by onHead, Jan 28, 2018.

  1. onHead

    onHead

    Joined:
    Feb 11, 2016
    Posts:
    17
    <meta-data android:name="unity.build-id" android:value="...."/>

    What is "unity.build-id" for?
    Does the value change every time it is exported?
     
    tokarev_playkot likes this.
  2. Nodupe

    Nodupe

    Joined:
    Jan 26, 2018
    Posts:
    12
    I have the same question
     
  3. JF_YQ

    JF_YQ

    Joined:
    Apr 8, 2019
    Posts:
    2
    I have the same question . why is nobody make an answer?
     
  4. Deleted User

    Deleted User

    Guest

    if you use obb for android, unity.build_id will work, build once, this build_id will change, and will create one .obb file, when load this .obb, will use this build_id to check this .obb file. if not matched, will load obb fail.