Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.1.1, 7.2.1
Issue ID
1219384
Regression
Yes
2D Lights cannot be created and an error is thrown when using 2D Renderer in project created with URP Template
How to reproduce:
1. Open the attached project's Scene labeled "SampleScene"
2. In Hierarchy, add a 2D Light (Right-Click to open a Context Menu, Light -> 2D)
Expected result: 2D Light is added
Actual result: 2D Light is not added and there's nothing displayed or an error is thrown in the Console Window
Reproducible with: 2019.3.0b4 (7.1.1), 2019.3.2f1 (7.1.8, 7.2.1), 2020.1.0a23 (7.1.7, 7.2.1)
Not reproducible with: 2019.3.0b3 (7.0.1)
Couldn't test with: 2017.4.37f1 (Package Manager does not exist), 2018.4.17f1 (2D Lights do not exist)
Note: 2D Lights can be created when importing Universal RP to project created with 2D Template
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
The URP template project has per-quality level render pipeline assets. In order to use the 2D Renderer, you have to assign a 2D Renderer Data asset to the pipeline asset of your active quality level.