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

[Bug Case 1030738] ECS assemblies cannot be resolved when using Assembly Definition files

Discussion in 'Entity Component System' started by Singtaa, Apr 26, 2018.

  1. Singtaa

    Singtaa

    Joined:
    Dec 14, 2010
    Posts:
    492
    Tested this on an empty project with 2018.1b12 (the custom build), 2018.2b1 and 2018.2b2. After I added an assembly definition file, "Unity.Entities" could not be resolved anymore.

    I vaguely remember someone else commenting on this as well. I'm posting this in case Unity is still not aware of this.

    Bug report Case 1030738
     
    Last edited: Apr 26, 2018
  2. Orimay

    Orimay

    Joined:
    Nov 16, 2012
    Posts:
    304
    Which .NET Subset is used there?
     
  3. Singtaa

    Singtaa

    Joined:
    Dec 14, 2010
    Posts:
    492
    .Net 4.x

    Isn't it one of the requirements for using ECS?
     
    Last edited: Apr 26, 2018
  4. Soaryn

    Soaryn

    Joined:
    Apr 17, 2015
    Posts:
    328
    I had to manually add "Unity.Entities" to my asmdef file through a text editor rather than in editor. It is so far working for me, but not sure about any side effects yet
     
    myloran, illinar and Singtaa like this.
  5. Singtaa

    Singtaa

    Joined:
    Dec 14, 2010
    Posts:
    492
    Nice, that's good to know! I didn't even think about trying that way.