Search Unity

Cannot upgrade to 0.0.12 preview 23

Discussion in 'Entity Component System' started by Held0fTheWelt, Jan 18, 2019.

  1. Held0fTheWelt

    Held0fTheWelt

    Joined:
    Sep 29, 2015
    Posts:
    173
    Assembly has reference to non-existent assembly 'Unity.PerformanceTesting' (Packages/com.unity.entities/Unity.Entities.PerformanceTests/Unity.Entities.PerformanceTests.asmdef)

    Whenever i update to the newest version, i am missing PerformanceTesting.

    Don't know, what to import, too.

    Can anybody give me advice ?
     
    Mr-Mechanical likes this.
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    Please add this dependency to your Packages/manifest.json
    "com.unity.test-framework.performance": "0.1.49-preview"
     
  3. Held0fTheWelt

    Held0fTheWelt

    Joined:
    Sep 29, 2015
    Posts:
    173
    Thank you !
    That did the job !
     
  4. Held0fTheWelt

    Held0fTheWelt

    Joined:
    Sep 29, 2015
    Posts:
    173
    only as a question.

    is there a possibility to find a list about those previews, i would not see, if i wouldn't know they are there ?
     
  5. HP

    HP

    Joined:
    Nov 20, 2012
    Posts:
    80
    @Joachim_Ante I have also some problems to get version 0.0.12 preview 23 running.
    I get error messages like "The type or namespace name 'PerformanceTesting' does not exist in the namespace 'Unity'".
    Do I missing some other dependencies?
    Code (JavaScript):
    1. {
    2.   "dependencies": {
    3.     "com.unity.burst": "0.2.4-preview.41",
    4.     "com.unity.cinemachine": "2.2.8",
    5.     "com.unity.collab-proxy": "1.2.15",
    6.     "com.unity.collections": "0.0.9-preview.11",
    7.     "com.unity.entities": "0.0.12-preview.23",
    8.     "com.unity.jobs": "0.0.7-preview.6",
    9.     "com.unity.mathematics": "0.0.12-preview.19",
    10.     "com.unity.package-manager-ui": "2.0.3",
    11.     "com.unity.postprocessing": "2.1.2",
    12.     "com.unity.probuilder": "4.0.3",
    13.     "com.unity.properties": "0.2.11-preview",
    14.     "com.unity.test-framework.performance": "0.1.49-preview",
    15.     "com.unity.textmeshpro": "1.3.0",
    16.     "com.unity.xr.openvr.standalone": "1.0.2",
    17.     "com.unity.modules.ai": "1.0.0",
    18.     "com.unity.modules.animation": "1.0.0",
    19.     "com.unity.modules.assetbundle": "1.0.0",
    20.     "com.unity.modules.audio": "1.0.0",
    21.     "com.unity.modules.cloth": "1.0.0",
    22.     "com.unity.modules.director": "1.0.0",
    23.     "com.unity.modules.imageconversion": "1.0.0",
    24.     "com.unity.modules.imgui": "1.0.0",
    25.     "com.unity.modules.jsonserialize": "1.0.0",
    26.     "com.unity.modules.particlesystem": "1.0.0",
    27.     "com.unity.modules.physics": "1.0.0",
    28.     "com.unity.modules.physics2d": "1.0.0",
    29.     "com.unity.modules.screencapture": "1.0.0",
    30.     "com.unity.modules.terrain": "1.0.0",
    31.     "com.unity.modules.terrainphysics": "1.0.0",
    32.     "com.unity.modules.tilemap": "1.0.0",
    33.     "com.unity.modules.ui": "1.0.0",
    34.     "com.unity.modules.uielements": "1.0.0",
    35.     "com.unity.modules.umbra": "1.0.0",
    36.     "com.unity.modules.unityanalytics": "1.0.0",
    37.     "com.unity.modules.unitywebrequest": "1.0.0",
    38.     "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    39.     "com.unity.modules.unitywebrequestaudio": "1.0.0",
    40.     "com.unity.modules.unitywebrequesttexture": "1.0.0",
    41.     "com.unity.modules.unitywebrequestwww": "1.0.0",
    42.     "com.unity.modules.vehicles": "1.0.0",
    43.     "com.unity.modules.video": "1.0.0",
    44.     "com.unity.modules.vr": "1.0.0",
    45.     "com.unity.modules.wind": "1.0.0",
    46.     "com.unity.modules.xr": "1.0.0"
    47.   },
    48.   "registry": "https://packages.unity.com",
    49.   "testables": [
    50.     "com.unity.collections",
    51.     "com.unity.entities",
    52.     "com.unity.jobs"
    53.   ]
    54. }
    55.  

     
  6. xVergilx

    xVergilx

    Joined:
    Dec 22, 2014
    Posts:
    3,296
    @HP have you actually installed the package?
     
  7. HP

    HP

    Joined:
    Nov 20, 2012
    Posts:
    80
    @xVergilx I have actually installed/updated to the packages listed in the screenshot.
    This packages are:

    Code (JavaScript):
    1. {
    2.     "com.unity.burst": "0.2.4-preview.41",
    3.     "com.unity.cinemachine": "2.2.8",
    4.     "com.unity.collab-proxy": "1.2.15",
    5.     "com.unity.collections": "0.0.9-preview.11",
    6.     "com.unity.entities": "0.0.12-preview.23",
    7.     "com.unity.jobs": "0.0.7-preview.6",
    8.     "com.unity.mathematics": "0.0.12-preview.19",
    9.     "com.unity.package-manager-ui": "2.0.3",
    10.     "com.unity.postprocessing": "2.1.2",
    11.     "com.unity.probuilder": "4.0.3",
    12.     "com.unity.properties": "0.2.11-preview",
    13.     "com.unity.test-framework.performance": "0.1.49-preview",
    14.     "com.unity.textmeshpro": "1.3.0",
    15.     "com.unity.xr.openvr.standalone": "1.0.2"
    16. }
     
  8. xVergilx

    xVergilx

    Joined:
    Dec 22, 2014
    Posts:
    3,296
    Try using 0.1.50, here's what works for me:
    Code (CSharp):
    1. "com.unity.test-framework.performance": "0.1.50-preview",
    Don't forget to restart Unity after installation
     
  9. HP

    HP

    Joined:
    Nov 20, 2012
    Posts:
    80
    I changed it and restarted unity, but it did not fix the error messages.
     
    vanxining and llxwd008 like this.
  10. Held0fTheWelt

    Held0fTheWelt

    Joined:
    Sep 29, 2015
    Posts:
    173
    It more looks, like you have set up something else wrong, too
    Are you running the wrong Api Compability 2.0 ?
    You have to set those to 4.x

    It's found in the projects player settings under point "Other Settings/Configuration"
     
  11. Deleted User

    Deleted User

    Guest

    Currently getting an error from the entities def saying
    Code (csharp):
    1. Assembly has reference to non-existent assembly 'Unity.Entities.StaticTypeRegistry'
    Any fix for this? I can remove it from the reference chain but no doubt that would cause other issues.
     
  12. kevinmv

    kevinmv

    Unity Technologies

    Joined:
    Nov 15, 2018
    Posts:
    51

    Thanks for the report! You should be able to remove the Entities package and re-add it at the latest version to workaround this issue while we look at a better fix for the next preview.

    All the best,
    Kev
     
    FROS7 likes this.
  13. wusticality

    wusticality

    Joined:
    Dec 15, 2016
    Posts:
    71
    Is there any answer to this issue yet? I keep having problems, I've got everything installed properly, but I keep getting errors like this:

    Code (CSharp):
    1. Library/PackageCache/com.unity.entities@0.0.12-preview.24/Unity.Entities.PerformanceTests/EntitySerializationPerformanceTests.cs(251,17): error CS0103: The name 'Measure' does not exist in the current context
    Any leads? All the packages are up to date and I have
    PerformanceTesting
    installed. It seems that the
    Measure
    class is in the
    Runtime
    subnamespace, could this be the issue?
     
  14. vanxining

    vanxining

    Joined:
    Mar 29, 2018
    Posts:
    20
    +1.
    The Unity package system is just a mess, and broken between versions.
     
  15. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,705
    Long shot but reset your editor layout. this gave Unity a kick it needed for a similar issue I had.