Search Unity

Can not install Entities 0.4.0

Discussion in 'Entity Component System' started by zephyr831125, Dec 24, 2019.

  1. zephyr831125

    zephyr831125

    Joined:
    Mar 4, 2017
    Posts:
    54
    Did anyone encounter this error? my unity is 2019.3.0f3, can't upgrade Entities to 0.4.0. I tried to remove all packages and when installing Entities, it still keeps popping up this error message:
    upload_2019-12-24_15-29-35.png
    I then tried 0.3.0, got the same error. but 0.2.0 is fine.
     

    Attached Files:

  2. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,761
    Not sure about the issue but seems burst related. Try and manually install burst 1.2.0-preview.11
     
  3. Eldirfar

    Eldirfar

    Joined:
    Feb 9, 2014
    Posts:
    65
    Try to add it manually in manifest.json in Packages folder and its dependencies like
    Code (CSharp):
    1. {
    2.   "dependencies": {
    3.     "com.unity.burst": "1.2.0-preview.11",
    4.     "com.unity.entities": "0.4.0-preview.10"
    5.   }
    6. }
    7.  
     
  4. zephyr831125

    zephyr831125

    Joined:
    Mar 4, 2017
    Posts:
    54
    Thanks guys, I've walked around. Installed 0.2.0 first, and then successfully updated to 0.4.0