Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.2.0b1
2019.2.0f1
2019.3.0a1
Issue ID
1173687
Regression
No
Meshes that contribute GI but have receive GI: Light Probes aren't lit by Light Probes
How to reproduce:
1. Open the "Lighting" Scene in the "Lighting.zip" Project
2. Enable Hidden Objects in the Scene
3. Set Shadows > Max Distance to 10 in "Render Settings" GameObject
4. Observe the "__SphereLightmappedLightProbes" GameObject not being affected by the Cube's shadow
Expected Behaviour: "__SphereLightmappedLightProbes" GameObject is being affected by the Cube's shadow
Actual Behaviour: "__SphereLightmappedLightProbes" GameObject is not being affected by the Cube's shadow
Reproducible with: 2019.2.0f1, 2019.3.0a11
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
- Crash on PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Resolution Note (fix version 2020.1):
Probe-lit GI contributors did not sample occlusion from probes and where therefore unshadowed when outside the shadow distance. The reason for this was that IsLightmappedForRendering, which is used to setup either shadowmasking or regular probe sampling using occlusion values, was not checking for GI contributors that only influence and set them up as shadowmasked objects.