I’ve seen multiple tutorials on how to use 2D Lights in URP but nothing has worked for me so far. They say to create a pipeline asset, a 2D renderer and then have the 2D renderer be the default for the pipeline asset. Then have this asset be the one used in project settings>graphics.
Doing this still doesn’t let me add any of the 2D Lights to my scene(they are all greyed out). I’ve heard there’s supposed to be a package in the package manager called “2D Lights” but it has never appeared for me, even with preview packages enabled.
I’ve tried getting this to work on 2019.3.10f1 and 2019.3.3f1. What am I missing? Thank you in advance.
Update: I somehow solved the issue on my side:
There were still a folder “settings” in my assets, containing default renderer created at project start by Unity.
Removing this folder unlocked the 2D options.
I had to update existing sprite material by using automated tool (in Edit > Render pipeline), but after that 2D light are finally available
Hello, You can not use URP 2D light because you could not use 2D Renderer. After installation URP on your 2D project, you used to create an UniversalRenderPipelineAsset, when you create this asset files its automatically create a Renderer, which is useful for 3D project but not in 2D project, in the 2D project you have to also create a 2D Renderer from Create->Rendering->URP-> 2D Render. Now replace default Renderer by this brand new 2D Rander to your UniversalRenderPipelineAsset, Now Add this asset to your project graphics [Edit->Project Setting->Graphics->Scriptable RP Settings(select the asset)]
I am having the same problem:( How can I fix this?
Same for me…
I tried with 2019.3.12f1 and 2019.3.13f1, followed the tutorials, but the 2D lights are still greyed out and not available
Strange, for all of mine none are grayed but they just simply choose not to appear at all
If for someone its not Working Maybe you are using Shaders. It must be Lit to be able to get lights Sprite Lit Or Lit for 3d
I don’t know If anyone will find this helpful, but once you do get lights figured, out this Unity page really helps 2D Light and Shadow Techniques in URP | Unity.