alelievr / HDRP-UI-Camera-Stacking

Optimized implementation of camera stacking for UI only in HDRP.
MIT License
171 stars 21 forks source link

Can VFX can shown with UI ? #25

Open BryanBachelet opened 7 months ago

BryanBachelet commented 7 months ago

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 ?

alelievr commented 6 months ago

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