UnityChromakey icon indicating copy to clipboard operation
UnityChromakey copied to clipboard

Adding effects on top of keyed videos

Open dilnuryuldashev opened this issue 3 years ago • 1 comments

How can we add shader graph effects on top of keyed videos? Should we translate this code into a shader graph and then combine effects? Let's say, for instance, that I want to add a holographic effect after applying the chroma key shader. How should I approach this? Thanks.

dilnuryuldashev avatar May 10 '21 14:05 dilnuryuldashev

Hey there, sorry for the late response - You could take the implementation (and articles from the bottom of the readme) and reimplement this in shader graph if you'd like. In theory you could add this shader as a final or initial pass in a shader, but I am honestly not sure how well shader graph plays with those kinds of setups.

otdavies avatar Jun 13 '21 07:06 otdavies

Thanks for replying. Yes, the implementation is not straightforward.

dilnuryuldashev avatar Feb 15 '23 16:02 dilnuryuldashev