How do I open the Universal 3D Sample Project?

I am getting started on the Unity Creative Core pathway. I am on step 7 where I create a new URP project: Get started on your guided project - Unity Learn

However, I cannot create a “Universal 3D sample” project because I get this error:

An error occurred while resolving packages:
  Project has invalid dependencies:
    com.unity.render-pipelines.universal: Package [com.unity.render-pipelines.universal@14.0.9] cannot be found
  Package com.unity.render-pipelines.universal-config@file:E:\Creative-Core\Guided-Project-Architectural-Rendering\Packages\com.unity.render-pipelines.universal-config has invalid dependencies or related test packages:
    com.unity.render-pipelines.core (dependency): Package [com.unity.render-pipelines.core@14.0.9] cannot be found
  1. I have just downloaded the Universal 3D sample so it is brand new.
  2. I went on another project, checked the Package Manager, went to the Unity Registry, and looked up Universal RP and it has the green tick next to it and is on 14.0.8.
  3. I am on Editor version 2022.3.5f1.

Anyone know what I should do?

When you select it in the Package Manager, does it say “Update to [Version Number]” in the lower right corner of the Package Manager? The latest version for 2022.3 is 14.0.10, according to the documentation.

Thank you for the reply.

I did not see “Update to [Version Number]” in the lower right corner of the Package Manager, most likely because I didn’t have the latest 2022 LTS.

I reported it to Unity as a bug earlier and the support recommended me to try on the latest 2022LTS (currently 2022.3.38f1). (I was on 2022.3.5f1 before).

I was under the misconception that the 2022.3 LTS versions would automatically update.

Solution: I just went to Installs → Install Editor and installed the latest 2022.3 LTS and the project successfully opened.