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

Unity 2020.3.5f1 with Addressables 1.16.19 no reference dll for visual studio

Discussion in 'Addressables' started by lofwyre, Sep 13, 2021.

  1. lofwyre

    lofwyre

    Joined:
    Apr 19, 2007
    Posts:
    174
    Hi

    I have added the addressables package with no error and I can run my project fine.

    If I try to add

    Using UnityEngine.AddressableAssets; it fails because this namespace cant be found.

    Looking in the project references I cant find a dll for this. In all of the examples I have not seen mention of needing to get this in a special way, I assumed it would be available after adding the package to my project in Unity.

    Something I'm doing wrong?
     
  2. lofwyre

    lofwyre

    Joined:
    Apr 19, 2007
    Posts:
    174
    I haven't found a way to resolve this. I'm going to remove the package and look at a custom solution for this, it's a shame it looked promising. Perhaps in a year or two it will be ready for production use.

    Cheers