Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Krillan87 on February 26, 2017, 06:09:13 PM
-
This is not a problem that is related to Playmaker (that I am aware of) but you guy at this forum as so nice and answer so quick that i thought I give it a try. If this is not allowed I totally understand that and a mod can just delete this thread.
I am using Unity Particle Pack Examples in my scene. But the light from the particles disappear as soon as the source is outside the camera. How do I fix this?
Check this gif for example: https://imgur.com/a/KgkAL
Thanks.
-
Hi,
I am not sure I understand what's going on, maybe a screencast would help?
Bye,
Jean
-
sry to answer to this late post, but i can answer about it
in the lights parameters you have an option that allow to set the light in a different render mode
each lights is set to Auto by defaut.
turn it to important and this will force unity to continue to display this light outside the camera.
this may also be due to camera frustrum wich will deactivate unseen assets.
-
Yeah sounds like some kind occlusion culling, or similar setting specific to lights.