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 Asset operations handle has no dependencies

Discussion in 'Addressables' started by RPGameOfficial, Mar 11, 2023.

  1. RPGameOfficial

    RPGameOfficial

    Joined:
    Nov 25, 2020
    Posts:
    7
    Trying to load scene via Addressables and got an error like in screenshot below.

    I'm using unity 2022.2.10 for apple silicon
    Steps to reproduce:
    1) Create new project
    2) Add Addressables 1.21.8 package
    3) Add Entities 1.0.0-pre47
    4) Create new scene and add it to default addressable group
    5) Try load scene via asset reference or Addressables API

     

    Attached Files:

    StarFluke likes this.
  2. KingKRoecks

    KingKRoecks

    Joined:
    Jul 28, 2013
    Posts:
    155
    Yeah, this has been particularly frustrating for me too.
    Wiped the library, addressables cache, etc. No idea where to go from here
     
    StarFluke likes this.
  3. StarFluke

    StarFluke

    Joined:
    Jan 19, 2013
    Posts:
    39
    :( Same here on Windows 11
     
  4. bustedbunny2

    bustedbunny2

    Joined:
    Oct 27, 2021
    Posts:
    25
    Same here.
    Meanwhile scene doesn't have to be particulary in default addressables group. I have it in it's own and still get this error.
    2022.2.10
    Entities pre47
     
  5. Spy-Master

    Spy-Master

    Joined:
    Aug 4, 2022
    Posts:
    507
    It's been fixed in 1.21.9.
     
  6. RPGameOfficial

    RPGameOfficial

    Joined:
    Nov 25, 2020
    Posts:
    7
    Confirmed!
     
  7. KingKRoecks

    KingKRoecks

    Joined:
    Jul 28, 2013
    Posts:
    155
    Still happening in 2022.2.11
     
  8. Spy-Master

    Spy-Master

    Joined:
    Aug 4, 2022
    Posts:
    507
    Use addressables 1.21.9. It’s not an editor issue.
     
  9. KingKRoecks

    KingKRoecks

    Joined:
    Jul 28, 2013
    Posts:
    155
    fwiw, downgraded to 2021.3.21f and no longer experience this issue and the addressables version in my manifest has not changed.
     
  10. Spy-Master

    Spy-Master

    Joined:
    Aug 4, 2022
    Posts:
    507
    It can occur on 2021.3.21f as well. Entities versions >= 1.0.0-exp.8 pull in Profiling Core API 1.0.2 which Addressables 1.21.8 will use as a minimum to enable its profiler module and create the error. Older Entities versions and projects not otherwise referencing Profiling Core API >= 1.0.2 are unaffected.
     
    KingKRoecks likes this.