How to get lightweight render pipeline asset in Assets>Rendering

Recently I made a game and I wanted to add some shaders in it. So I downloaded Lightweight RP from package manager.But When I tried to Import it in my project from Assets>Rendering, there was no option named Lightweight pipeline asset and my material started to look pink

,Recently I made a game and I wanted to add some shaders in it.So I tried to use Lightweight shader.But when I installed lightweight shader from pakage manager, I didn’t get any option in my assets folder>Rendering named “Lightweight Pipeline Asset”…I also looked for it in my project settings, materials options.But I find it nowhere.

same here,Same here

The Lightweight Render Pipeline was renamed to the Universal Render Pipeline a few months ago. The old LWRP package isn’t compatible with 2019.3 onwards, so you will have to use the URP package instead.

https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@7.2/manual/upgrade-lwrp-to-urp.html

Just to make clear, so the old LWRP is now the default in Unity projects from 2019.3+ ?

Because I had a LWRP project in 2019.2, which I then updated to unity 2020.2, and I can see that it is now named Universal Render Pipeline. How do I know if it’s actually using the LWRP and not the usual/default Universal render pipeline? (Because as far as i know, before there was LWRP and Universal… How do I know it’s actually using my LWRP?..

thank you