You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying the current Unity Stack image effects and enabling fog settings within the lighting settings, the volumetric spotlight beam will appear under the fog as in rendered behind the fog. When disabling fog in lighting panel, the volumetric light is rendered correctly.
I don't have time to take a look but you can try to remove [ImageEffectOpaque] from VolumetricLightRenderer. That will force it to render after transparent objects. Make sure VolumetricLightRenderer component is below other image effect components and it should be rendered last.
When applying the current Unity Stack image effects and enabling fog settings within the lighting settings, the volumetric spotlight beam will appear under the fog as in rendered behind the fog. When disabling fog in lighting panel, the volumetric light is rendered correctly.
Screenshot: http://imgur.com/NLetlTd
The text was updated successfully, but these errors were encountered: