HDRP-UI-Camera-Stacking icon indicating copy to clipboard operation
HDRP-UI-Camera-Stacking copied to clipboard

Can VFX can shown with UI ?

Open BryanBachelet opened this issue 6 months ago • 1 comments

Hi, thank for your work

So we wanted to show VFX in our UI but we have this effect : image

I seem that it's because transparancy isn't manage but is this a way to make this work ?

BryanBachelet avatar Dec 04 '23 12:12 BryanBachelet

Hello,

Are you using an asset like ParticleEffectForUGUI to render your effects in the UI?

Technically it should work if you're using unlit particles but since they're not rendered through the canvas renderer by default you won't be able to sort your UI and particles. Also, if it's a blending problem, you can try to disable Skip Camera Color Init in the settings to see if it helps image

alelievr avatar Dec 18 '23 13:12 alelievr