Search Issue Tracker
By Design
Votes
1
Found in
2017.4.0f1
2018.2.12f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
Issue ID
1098392
Regression
No
Point light has jagged edges when using a LatLong cubemap cookie and is placed near a surface
How to reproduce:
1. Open the attached "case_1098392-BrokenCubemapCookie.zip" project
2. Select the PointLight object and inspect that the plane is lit in a circular area
3. Change the y position of the PointLight object to 0.4 and again inspect how the plane is lit
Expected results: The plane is lit in the same way as when it was higher, just a smaller area
Actual results: The lit area now has jagged edges
Reproducible with: 2017.4.19f1, 2018.3.3f1, 2019.1.0b1, 2019.2.0a2
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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Resolution Note:
Given the fact that you were attempting to use a point light to project a cookie in one direction, it would make more sense to use a spotlight instead. Follow the steps outlined in this article to achieve that - https://docs.unity3d.com/Manual/HOWTO-LightCookie.html