The Universal Render Pipeline (URP) comes with a set of samples to help you get started.
A sample is a set of assets that you can import into your Unity project and use as a base to build upon or learn how to use a feature. A package sample can contain anything from a single C# script to multiple scenes.
Before you import any package samples for URP, be aware that they require your project to be URP-compatible. A project is URP-compatible if you created it from a template or manually installed and set up URP in it. If the project is not URP-compatible, errors can occur when you import a package sample.
To import package samples, use the Unity Package Manager window:
Unity imports URP package samples into Assets/Samples/Universal RP/<package version>/<sample name>
.
To open a package sample:
Assets/Samples/Universal RP/<package version>/
. Here there is a folder for each URP package sample you have imported.The package samples that URP provides are: