Search Issue Tracker
Fixed in 5.6.0
Votes
3
Found in
5.5.0f3
Issue ID
860441
Regression
No
When the Particle System has PointLight setting and it comes out of camera frustum area, the Particle System Light doesn't light
Reproduction steps:
1. Open the attached file;
2. Open the scene 'TestOffScreenLightParticle';
3. Change Main Camera Rotation of X or Y axis;
4. Observe changes in Game window;
Actual result: the Point Light doesn't light when it comes out of camera frustum area.
Expected result: the Point Light should light.
Workaround: When the Point Light is a separate gameobject, everything works correctly (PointLight.gif). But the issue happens when the Point Light is set in the Particle System (ParticleSystemLight.gif).
Reproduced with: 5.5.0b1, 5.5.0f1, 5.5.0f3, 5.6.0a6
Not reproducible in older Unity versions than 5.5.0b1 because the Particle System doesn't have Light settings.
Also, not reproducible in 5.6.0b1 because the Point Light Intensity settings are different in this version.
Comments (1)
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
VRLines
Dec 22, 2016 09:46
As a workaround, you can add a transparent particle scaled by the size of your light. That way, the lights won't be culled.