Search Unity

Canot find field CreateEntityQuery

Discussion in 'Entity Component System' started by frankfringe, Apr 6, 2019.

  1. frankfringe

    frankfringe

    Joined:
    Feb 9, 2019
    Posts:
    105
    Hi I am updating to 0.30 and replaced GetComponentGroup with CreateEntityQuery, but unity says it cannot find that field. How do I debug that?
     
  2. eizenhorn

    eizenhorn

    Joined:
    Oct 17, 2016
    Posts:
    2,685
    First of all this is methods and not fields. And read api changes carefuly.
     
  3. frankfringe

    frankfringe

    Joined:
    Feb 9, 2019
    Posts:
    105
    Thanks!