Search Unity

Lost On DOTS

Discussion in 'Entity Component System' started by EddieChristian, Nov 28, 2019.

  1. EddieChristian

    EddieChristian

    Joined:
    Oct 9, 2012
    Posts:
    725
    I am going through Unity's tutorials on dots and I am having issues with the very first video and Unity 2019.3.0f1.

    I have added these 3 packages:
    COLLECTIONS
    ENTITIES
    JOBS

    And My code has :
    Code (CSharp):
    1. using Unity.Entities;
    But there is no Game Object Entity Component available. Just "Convert To Entity"

    And This Command does not exist:

    Code (CSharp):
    1. GetEntities<Components>()
    This is off Brackey's video on the Unity Learn site, But obviously something has changed since the video was made..
     
  2. Singtaa

    Singtaa

    Joined:
    Dec 14, 2010
    Posts:
    492
    SenseEater and EddieChristian like this.