I’m no expert on Unity’s shader system, but I think the issue is that the lighting mode is something that it builds in for you via its pragma tags, and it can only apply one of them. To do both, you’d have to write your own snippet of lighting code and have a pragma tag pointing to that.
The good news is that I’m pretty sure there’s instructions in the manual or the shader guide somewhere for that… Here. You might need to download the shader source to find the default lighting mode code, then make your hybrid by mixing the two.
I just tried to paste the code and it puts it in a bunch of Japanese looking stuff lol.
I’ll look at the link, thanks buddy.
I am trying to make a different style of toon shaders.
I’ve already got Normal maps and stuff to work with toon shader, looks beautiful.
But I want to build all the normal every day shaders into it, to still keep the you know Cartoonish feel, but allow the user to add a depth of realism into the cartoonish look.