Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DirectionalLight2D shadows not appearing #100304

Closed
clayjohn opened this issue Dec 12, 2024 · 0 comments · Fixed by #100305
Closed

DirectionalLight2D shadows not appearing #100304

clayjohn opened this issue Dec 12, 2024 · 0 comments · Fixed by #100305

Comments

@clayjohn
Copy link
Member

Tested versions

System information

All

Issue description

#98835 erroneously uses the shadow mask from Positional Lights to mask out Directional Lights which results in Directional Lights not being drawn.

Steps to reproduce

  • Add a DirectionalLight2D to a scene
  • Add any number of LightOccluder2Ds to the scene
  • Enable shadows on the DirectionalLight2D

Minimal reproduction project (MRP)

light2dbug.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Release Blocker
Development

Successfully merging a pull request may close this issue.

1 participant