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

0.6.6 compile error

Discussion in 'Addressables' started by dave_thrive, Mar 6, 2019.

  1. dave_thrive

    dave_thrive

    Joined:
    Jan 30, 2019
    Posts:
    35
    I'm getting this error after updating to 0.6.6

    Library\PackageCache\com.unity.addressables@0.6.6-preview\Runtime\Addressables.cs(10,38): error CS0234: The type or namespace name 'AsyncOperations' does not exist in the namespace 'UnityEngine.ResourceManagement' (are you missing an assembly reference?)
     
  2. unity_bill

    unity_bill

    Joined:
    Apr 11, 2017
    Posts:
    1,053
    I'm guessing this is because you explicitly have the old resource manager package...

    Please take a look in your Packages/manifest.json. If you see an entry for "com.unity.resourcemanager" remove it. If you don't have that entry, let me know.

    -Bill
     
    dave_thrive likes this.
  3. Ramazoid

    Ramazoid

    Joined:
    Mar 11, 2014
    Posts:
    8
    [
    I don't have this entry
    My Error is:
    Examples\DynamicCharacterSystemExamples\Assets\Resources\Scene1\SampleCode.cs(99,49): error CS0234: The type or namespace name 'ResourceManagement' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
     
    Wasp3r likes this.