Search Issue Tracker
By Design
Votes
0
Found in [Package]
11.0.0
Issue ID
1328036
Regression
Yes
[2D Renderer] Point Light 2D keeps the Cookie/Sprite property when upgrading URP from 10.4.0 to 11.0.0 or 12.0.0
How to reproduce:
1. Open the attached "PointLight.zip" project in 2021.1 or 2021.2
2. Open the "SampleScene" Scene
3. Select the "Point Light 2D with Cookie" GameObject in the Hierarchy window
4. Observe the Light 2D Component's properties
Expected result: No Sprite property is in the Light 2D Component when Light Type is set to Point
Actual result: Sprite property is in the Light 2D Component when Light Type is set to Point
Reproducible with: 11.0.0 (2021.1.2f1), 12.0.0 (2021.2.0a13)
Not reproducible with: 7.5.3 (2019.4.24f1), 10.4.0 (2020.3.3f1)
Note:
- Select the "Point Light 2D without Cookie" GameObject and notice that no Sprite property is there as a Cookie reference was not assigned in 2020.3 (10.4.0)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note:
This is not a bug. Although we deprecated the point light cookie, there was intentional effort to maintain compatibility with projects that might rely on point light cookies.