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

[Bug] Duplicate Asset Address in two Asset Group

Discussion in 'Addressables' started by itthereforeim, Dec 3, 2018.

  1. itthereforeim

    itthereforeim

    Joined:
    Apr 28, 2014
    Posts:
    24
    upload_2018-12-3_10-20-21.png

    As the picture above, I wanna report a bug

    This is how I cause this bug>

    I was testing UnityUAMLMerge tool, and using two Unity Projects from the same git repository.
    Sphere has been setup in Bundle_001 at the beginning
    In project A, I moved Sphere into Bundle_003, and push this result into git repository
    In project B, I moved Sphere into Bundle_002, commit this result, and pull previous step's result
    Boom, it should be some kind of settings conflict in AAS
    But it is not conflict in git's rule...so here is the bug you can see

    I know that AAS will throw me an error message in console window
    And it could be fixed by just delete the duplicate asset address settings
    But I am wondering is there any better way to prevent this problem?