Search Issue Tracker
By Design
Votes
0
Found in
2020.3.36f1
2021.3.5f1
2022.1.8f1
2022.2.0a19
2023.1.0a2
Issue ID
UUM-7894
Regression
No
Point Light is not showing when zooming out or moving point of view
# Open the attached project "Unit7_StarterFiles.zip"
# Open the "Unit7" Scene
# In the Scene locate "Shop_Light_01" from the Hierarchy (Lightning > ShopLightning > Shop_Light_01)
# Focus on "Shop_Light_01" Light
# Zoom out
Expected result: Point Light is visible
Actual result: Point Light disappears
Reproducible with: 2020.3.36f1, 2021.3.5f1, 2022.1.8f1, 2022.2.0a19, 2023.1.0a2
Tested with: macOS (M1 Max) OS version 12.4
Notes:
- When a few Point Lights are side by side if one is disabled then the other starts showing up
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
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Resolution Note:
What is happening here is the scene is hitting the per-object light limit in forward rendering, this can be avoided by splitting the mesh(in this case all props in the scene are one mesh, not individual) up into smaller chunks so that all the lights in the scene don't hit it at once, or the other option would be to switch to either Forward+ or Deferred rendering mode on the UniversalRenderer.