Search Unity

Resolved Unity DOTS not working for latest Unity version

Discussion in 'Entity Component System' started by Heptagram064, May 13, 2022.

  1. Heptagram064

    Heptagram064

    Joined:
    Feb 22, 2022
    Posts:
    99
    Hello, i'm pretty new to the whole Unity DOTS thing and am having some issues with trying to use it.

    Ive tried creating 4 different fresh projects;
    1 Unity 2021.3.2f1 with 3D(URP) template,
    1 Unity 2021.3.2f1 with 3D template,
    1 Unity 2022.2.0f13 with 3D(URP) template,
    1 Unity 2022.2.0f13 with 3D template,

    and each time i get the same 5 errors after installing "com.unity.rendering.hybrid" with git URL;

    " Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities\DefaultWorld.cs(26,25): error CS0117: 'JobsUtility' does not contain a definition for 'ClearSystemIds' ",

    " Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities\EntityManager.cs(221,29): error CS0117: 'JobsUtility' does not contain a definition for 'PanicFunction' ",

    " Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities\EntityManager.cs(223,29): error CS0117: 'JobsUtility' does not contain a definition for 'PanicFunction' ",

    " Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities\SystemState.cs(416,50): error CS0117: 'JobsUtility' does not contain a definition for 'GetSystemIdCellPtr' ",

    " Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities\SystemDependencySafetyUtility.cs(64,53): error CS0117: 'JobsUtility' does not contain a definition for 'GetSystemIdMappings' "

    Is this a bug, am i doing anything wrong, or is the current state of unity DOTS not supposed to work with the very latest Unity versions?
     
  2. Micz84

    Micz84

    Joined:
    Jul 21, 2012
    Posts:
    451
    Entities 0.50 is compatible only with unity 2020.3 LTS. Entities 0.51 and 1.0 will be compatible with Unity 2021.3 LTS
     
    Anthiese, Antypodish and xVergilx like this.
  3. Enzi

    Enzi

    Joined:
    Jan 28, 2013
    Posts:
    967
    Heptagram064 and Anthiese like this.
  4. L0tan

    L0tan

    Joined:
    Jul 16, 2017
    Posts:
    75
    I'm using Unity 2020.3.8f1 and it's not working :( when I install the hybrid renderer the following error messages show up on the console:
    upload_2022-6-9_15-28-50.png
     
  5. eizenhorn

    eizenhorn

    Joined:
    Oct 17, 2016
    Posts:
    2,685
    Have you read previous messages before posting? :)
     
  6. L0tan

    L0tan

    Joined:
    Jul 16, 2017
    Posts:
    75
    Yes, it says that should work on 2020.3.3 and above, 2020.3.8 it's not above? :(
     
  7. DreamingImLatios

    DreamingImLatios

    Joined:
    Jun 3, 2017
    Posts:
    4,271
    It's .30, not .3
    8 < 30
     
    Krajca, bb8_1 and L0tan like this.
  8. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    And 0.5 is not 0.50, in case that's ever a confusion point for future readers.
     
    L0tan, Krajca, bb8_1 and 1 other person like this.
  9. congcong-hehe

    congcong-hehe

    Joined:
    May 18, 2022
    Posts:
    1