Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Creating new project with High-Definition RP in Unity 2018.2.0f2 problem

Discussion in 'Experimental Scripting Previews' started by slik, Jul 14, 2018.

  1. slik

    slik

    Joined:
    May 29, 2013
    Posts:
    6
    Hi. Not sure it's the right place for this, please move the thread if needed.

    There already is a thread related to my problem, but it's closed https://forum.unity.com/threads/cant-create-a-new-hd-pipeline-project-in-2018-2-0-beta-9.536875/

    What I'm trying to do: I'm just trying to create a new project.

    What do I have:
    Windows 10 x64 Home
    Fresh installation of Unity 2018.2.0f2 via Unity Hub (the same problem also was with a few betas a tried previously)

    So, while I create a new project


    I get the next error:


    And the manifest.json of the newly created project is the next:
    Code (CSharp):
    1. {
    2.   "dependencies": {
    3.     "com.unity.ads": "2.0.8",
    4.     "com.unity.analytics": "2.0.16",
    5.     "com.unity.package-manager-ui": "1.9.11",
    6.     "com.unity.purchasing": "2.0.3",
    7.     "com.unity.render-pipelines.high-definition": "2.0.3-preview",
    8.     "com.unity.textmeshpro": "1.2.4",
    9.     "com.unity.modules.ai": "1.0.0",
    10.     "com.unity.modules.animation": "1.0.0",
    11.     "com.unity.modules.assetbundle": "1.0.0",
    12.     "com.unity.modules.audio": "1.0.0",
    13.     "com.unity.modules.cloth": "1.0.0",
    14.     "com.unity.modules.director": "1.0.0",
    15.     "com.unity.modules.imageconversion": "1.0.0",
    16.     "com.unity.modules.imgui": "1.0.0",
    17.     "com.unity.modules.jsonserialize": "1.0.0",
    18.     "com.unity.modules.particlesystem": "1.0.0",
    19.     "com.unity.modules.physics": "1.0.0",
    20.     "com.unity.modules.physics2d": "1.0.0",
    21.     "com.unity.modules.screencapture": "1.0.0",
    22.     "com.unity.modules.terrain": "1.0.0",
    23.     "com.unity.modules.terrainphysics": "1.0.0",
    24.     "com.unity.modules.tilemap": "1.0.0",
    25.     "com.unity.modules.ui": "1.0.0",
    26.     "com.unity.modules.uielements": "1.0.0",
    27.     "com.unity.modules.umbra": "1.0.0",
    28.     "com.unity.modules.unityanalytics": "1.0.0",
    29.     "com.unity.modules.unitywebrequest": "1.0.0",
    30.     "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    31.     "com.unity.modules.unitywebrequestaudio": "1.0.0",
    32.     "com.unity.modules.unitywebrequesttexture": "1.0.0",
    33.     "com.unity.modules.unitywebrequestwww": "1.0.0",
    34.     "com.unity.modules.vehicles": "1.0.0",
    35.     "com.unity.modules.video": "1.0.0",
    36.     "com.unity.modules.vr": "1.0.0",
    37.     "com.unity.modules.wind": "1.0.0",
    38.     "com.unity.modules.xr": "1.0.0"
    39.   }
    40. }
    41.  
    If try click "Retry" it doesn't help, I'm getting the same problem after trying to reopen the project. If I click "Continue" I'm getting project with compilation errors and without Package manager:


    This error looks very weird looking at the manifest.json..
     
  2. slik

    slik

    Joined:
    May 29, 2013
    Posts:
    6
    In addition. I tried to create a simple new 3D project, and then add HDRP, all worked fine, then I created one more new 3D project, and copied manifest.json from previous one (with `"com.unity.render-pipelines.high-definition": "2.0.5-preview"` dependency), and got this result ("Update to" button doesn't work because of broken dependencies):