Hi, I’m trying to follow some upgrade guides but I can’t seem to get past the 2nd main step. I do not see Universal RP anywhere on the list after completing step 1.
In Unity, open your Project. In the top navigation bar, select Window >: Package Manager to open the Package Manager window. Select the All tab. This tab displays the list of available packages for the version of Unity that you are currently running.
Select Universal RP from the list of packages. In the top right corner of the window, select Install. This installs URP directly into your Project.
Hi Unity Team, i am using Unity 2020.1.2f1 Personal. I am also not able to view Universal RP in package manager. Could you please let me know what am i missing here.
I am having the same issue as above.
I checked the Log Files and it said:
[2021-02-20T08:44:25.336Z][INFO] Starting Server
[2021-02-20T08:44:25.345Z][INFO] Server started on port [53070]
[2021-02-20T08:44:26.183Z][INFO] Health Request received
[2021-02-20T08:59:06.630Z][WARN] Failed to determine if package ‘com.unity.formats.fbx@2.0.1-preview.3’ is compatible with Unity version ‘2018.4.31f1’: Error: ‘2018.3.2018.3.4f1’ is not a valid Unity version
[2021-02-20T08:59:07.960Z][WARN] Failed to determine if package ‘com.unity.formats.fbx@2.0.1-preview.3’ is compatible with Unity version ‘2018.4.31f1’: Error: ‘2018.3.2018.3.4f1’ is not a valid Unity version
Edit: I forgot to mention that in every attempt to do this I used latest versions, not the 2018 ones.
Edit Edit: Okay so I figured it out. For some reason the Unity Hub kept launching in 2018 versions instead of latest. To fix this I just pressed the down arrow next to new and selected the 2020 one.
Hope this helps anyone else with the same problem.
I confirmed that in that version of the Editor, version 12.1.2 of the package com.unity.render-pipelines.universal should be visible as Universal RP, not Render Pipeline-Universal. I’m not sure why you wouldn’t see Universal RP in the Package Manager window. You can try adding it by name (see this Unity Manual page) and type in com.unity.render-pipelines.universal. (Make sure there’s no space before or after the name before clicking Add.) You might need to specify 12.1.2 as the version as well if it doesn’t work with the name alone.