Search Issue Tracker
By Design
Votes
0
Found in
6000.1.0a1
6000.2.0a1
Issue ID
UUM-102581
Regression
No
[HDRP][Water] Punctuals light are attenuated the same as the main dir light even when they are below the water surface
Steps to reproduce:
- Open attached project
- Open Outdoors Scene
- Select camera
- Move its transform in the -Y direction until the plane and the spotlight cone become invisible
Actual results: We see the plane disappear
Expected results: We should be able to see the spotlight contribution and not being attenuated the deeper you go underwater.
!image-2025-04-08-14-14-00-234.png!
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
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- 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”
Resolution Note:
Afaik, there's no way of actually doing what you're asking with in realtime rendering. We would have to ray trace every pixel or have some other very water-specific buffer to attenuate the light. I think this is out of scope. If you disagree, reach out to me.