- Home /
Shadows without directional lighting
Hello again, I am VERY interested to see whether or not you are able to make shadows without directional lighting or without Unity3D PRO. Can anybody suggest something to me?
I have seen a shadow was performed by raycasting. But I don't remember the source, sorry!
If you are just looking for a soft shadow cast by your character, you can use a blob projector.
Realtime hard shadows can be used in unity free I think. As for the directional light, you could use other types of lights ofc. But it's not very clear to me what you're trying to achieve.
If you don't have a directional light, how do you know what direction to cast the shadow in?
Answer by codestage · Jul 17, 2014 at 05:49 PM
Shadows in Unity Free may be done via Projector.
Example: http://laboratoriesx86.wordpress.com/2013/04/17/fake-baked-shadow/
Your answer
Follow this Question
Related Questions
Unity 5.0 buggy shadows 1 Answer
How do you stop shadows from casting through meshes? 0 Answers
How to use trail renderer with directional light shadows enabled? 0 Answers
How to use directional light realtime shadows in Unity Free 1 Answer
How can I increase Shadow Distance without decreasing quality? 0 Answers