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

4 Errors after downloading DOTS Packages [Solved]

Discussion in 'Package Manager' started by Michelle_Ca, Apr 18, 2020.

  1. Michelle_Ca

    Michelle_Ca

    Joined:
    Aug 19, 2019
    Posts:
    113


    after downloading (Entities - Hybrid Renderer - Burst - Unity Mathematics )
    I am getting these errors, please, any help


    Library\PackageCache\com.unity.collections@0.7.1-preview.3\Unity.Collections\CollectionHelper.cs(9,19): error CS0234: The type or namespace name 'CompilerServices' does not exist in the namespace 'Unity.Burst' (are you missing an assembly reference?)

    Library\PackageCache\com.unity.collections@0.7.1-preview.3\Unity.Collections\NativeList.cs(8,19): error CS0234: The type or namespace name 'CompilerServices' does not exist in the namespace 'Unity.Burst' (are you missing an assembly reference?)


    Library\PackageCache\com.unity.collections@0.7.1-preview.3\Unity.Collections\CollectionHelper.cs(172,18): error CS0246: The type or namespace name 'AssumeRangeAttribute' could not be found (are you missing a using directive or an assembly reference?)

    Library\PackageCache\com.unity.collections@0.7.1-preview.3\Unity.Collections\CollectionHelper.cs(172,18): error CS0246: The type or namespace name 'AssumeRange' could not be found (are you missing a using directive or an assembly reference?)
     
  2. KimDenmark

    KimDenmark

    Joined:
    Oct 9, 2016
    Posts:
    7
    I can confirm same problem with; Burst, Mathematics and Jobs :)
     
  3. Michelle_Ca

    Michelle_Ca

    Joined:
    Aug 19, 2019
    Posts:
    113
    I have solved it :);)
     
  4. KimDenmark

    KimDenmark

    Joined:
    Oct 9, 2016
    Posts:
    7
    Great ! :D What did you do ? ;)
     
  5. Michelle_Ca

    Michelle_Ca

    Joined:
    Aug 19, 2019
    Posts:
    113
    just download older versions
    i have now (Hybrid Renderer 0.3.4 and burst 1.2.3 )
    and it works fine!
     
    Last edited: Apr 27, 2020