I’m wanting to do watercolors shaders? Anything remotely possible like that on Unity Free? I bought the painterly asset not noticing it needs Unity Pro but that’s similar only I’d call the bleeding magic markers.
What the ‘coolest’ shader available on Unity Free that creates an ‘artistic effect’ (think watercolor, oil paint, pastels, chalks, mosaics)? I was thinking of printing the UVs for all my game models and watercolor painting them and scanning them back in or maybe using SketchBook to similate watercolors.
Also: I have downloaded a trial of Substance Designer I haven’t yet installed, but I’m not really sure what it is. Is it a competitor to PBR shaders like the free Lux shader or is it a complement?
Those kind of effects you mention requires pixels to bleed out of objects borders. So you will need to do some post processing which requires render textures thus unity pro.
There are ways to fake it with unity free but its not worth it as it will be too slow.
You can always write a replacement shader to do the same effect in object space, but it wont be as good.
Thanks. That’s what I needed to know. I thought with these new PBRs I could define an oil paint or water color based PBR but that is wrong. I’ll do without till I get Unity Pro.