Search Issue Tracker
Fixed in 2020.3.45f1
Fixed in 2020.3.X, 2021.3.X, 2022.2.X, 2023.1.X, 2023.1.0a20
Votes
0
Found in
2020.3.37f1
2021.3.8f1
2022.1.12f1
2022.2.0b3
2023.1.0a4
Issue ID
UUM-11364
Regression
No
[HDRP] Spot Light won't cast shadows at certain world positions
Reproduction steps:
- Open the user attached project
- In the upper left corner of the Game view switch between “Display 1” and “Display 2“
- Observe the Game view
Expected result: Both “Display 1” and “Display 2” have shadows
Actual result: Only “Display 2” have shadows
Reproducible with: 2020.3.37f1, 2021.3.8f1, 2022.1.12f1, 2022.2.0b3, 2023.1.0a4
Reproduced on: Windows 10
Note: the problem starts to appear roughly after moving for 5500 units on the Z axis from (0,0,0). Might be a floating point number rounding error. Reproducible only in HDRP
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note (fix version 2020.3.45f1):
The fix for this issue to enable camera relative light culling is disabled by default, as it chnages behaviour, and the problem is specific to certain scene configurations.
To enable the fix, enable this setting:
Edit => Project Settings => Graphics => Culling Settings => Camera Relative Culling => Lights
When enabled, if the camera is actually further away from the world origin, then the problem will persist, and in those situations, the default behaviour should be used.
Resolution Note (fix version 2023.1.0a20):
The fix for this issue to enable camera relative light culling is disabled by default, as it chnages behaviour, and the problem is specific to certain scene configurations.
To enable the fix, enable this setting:
Edit => Project Settings => Graphics => Culling Settings => Camera Relative Culling => Lights
When enabled, if the camera is actually further away from the world origin, then the problem will persist, and in those situations, the default behaviour should be used.
Resolution Note (fix version 2022.2):
The fix for this issue to enable camera relative light culling is disabled by default, as it chnages behaviour, and the problem is specific to certain scene configurations.
To enable the fix, enable this setting:
Edit => Project Settings => Graphics => Culling Settings => Camera Relative Culling => Lights
When enabled, if the camera is actually further away from the world origin, then the problem will persist, and in those situations, the default behaviour should be used.
Resolution Note (fix version 2020.3):
The fix for this issue to enable camera relative light culling is disabled by default, as it chnages behaviour, and the problem is specific to certain scene configurations.
To enable the fix, enable this setting:
Edit => Project Settings => Graphics => Culling Settings => Camera Relative Culling => Lights
When enabled, if the camera is actually further away from the world origin, then the problem will persist, and in those situations, the default behaviour should be used.
Description