I placed paper2d sprite(Material: MaskedLitSpriteMaterial) and point light.
When we use perspective camera the sprite is illuminated.
If switch camera to orthographic the sprite will be illuminated only when attenuation radius cross x0 coordinate.
What is the problem?
Attenuation radius not cross x0.
Result: No light.
Attenuation radius cross x0.
Result: sprite is illuminated.
Temporary fix:
Hey surferk,
This is a known and reported issue UE-7019 . Currently the bug is not on the immediate roadmap to be fixed, since not all lighting features are supported (or are intended to be supported) within paper2D. Another reason being the asset still functions the same when playing in the viewport or launching.
If you have any further questions please let me know.
Thank you,
Killnetic
(Killnetic)
March 27, 2017, 12:32am
3
The issue needs upvoting in the tracker if it is going to be resolved. Unreal Engine Issues and Bug Tracker (UE-7019)
It’s not just for sprites, point lights themselfs are completly broken with orthographic view.
1 Like
This is also known and reported.
Thank you,
lkav
(NiftySimon)
May 19, 2017, 6:20am
6
the workaround I use atm is. Use a perspective camera and change the Field of View below 30° and adjusts the distance.
m3phizzto
(m3phizzto)
June 18, 2017, 8:35pm
7
Try this way:
Go into Project Settings → “Rendering” and make sure that Forward Shading is enabled. After restarting the editor, i had no more lighting problems.