- Home /
no shadow with until texture ??
Hi...
I used the Shader Until---> Texture for my characters
but the problem , the shadow not appear when I use this shader
what I have to do
Note : I put Directional Light and activated the shadow .but no shadow appear.
I used until-texture for the character appear as a cartoon color .
thanks...
Do you have Unity Pro? (stupid question, I know, but it has to be asked)
The version number isn't that important. It's important if you have a pro licence or a free licence, because shadows are a pro-only feature.
Btw. wich "until" you mean the "unlit" shader? I'm not sure if selfillum shaders cast shadows at all. I don't have a pro version at home so i can't test it ;)
Answer by ahsen35813 · Mar 28, 2021 at 10:27 PM
Unlit (not 'until'. 'Until 'shader doesn't exist) shaders will never have shadows or lighting effects applied to them. That's pretty much the whole point of an unlit shader (and it's also in the name. Un-lit = Not lit = not illuminated = no shadows). if you want shadows, use a standard shader as shown by @cody01100011