Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.1.0b8
Issue ID
1006401
Regression
No
Lens Flare not working in HDRP preset project
How to reproduce:
1. Create "3D - High definition" project
2. Add point light \ dummy object
3. Create simple Flare
4. Attach flare to Point light flare field \ Lens Flare component
5. Enter Play Mode
Actual result: Lens Flare not working in HDRP preset project (Does not appear in Play mode)
Expected result: Lens flares are drawn normally (as in 2017 stable release)
Reproduced with: 2018.1.0b9, 2018.2.0a2
-------------
Won't Fix:
SRP don't support the Overlay layer and Lens flare are render in Overlay.
Mean SRP doesn't support Lens Flare. This is an old feature that we want to deprecate anyway.
Note: This is general to SRP, either LW or HD (this bug is not specific HD).
Currently, the true issue is that SRP haven't disable fully the Overlay rendering pass, it is done after the Render() SRP and only in SceneView. This is what we will fix.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment