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

com.unity.entities and UWP Erros and temp workaround

Discussion in 'Entity Component System' started by De-Panther, May 19, 2018.

  1. De-Panther

    De-Panther

    Joined:
    Dec 27, 2009
    Posts:
    589
    It seems that the current ECS Samples project doesn't work with UWP.
    It uses com.unity.entities 0.0.12-preview.1
    Which requires:
    com.unity.jobs 0.0.7-preview.1
    com.unity.properties 0.1.14

    When the editor switch to UWP, we get some errors of missing classes/interfaces.
    Setting these scripting define symbols in the Player Settings, will solve the issue:
    NET_4_6;ENABLE_MANAGED_JOBS
     
    Last edited: May 19, 2018
    Busghella likes this.