Make tree shadows?

Hi all

sorry my english is not so good to ask technical questions for unity.

i am a beginner in Unity, my first ask is how to make tree shadows?

sorry i search here in the forum and with google, but i find no answer.

Dynamic shadows (required to get detailed tree shadows) is only present in Unity Pro. With the regular Unity, what you can do is create a script that renders lightmap data for the trees, but keep in mind that such a lightmap texture basically would be spread over the whole terrain so you get pretty low detail tree shadows if you use them on larger terrains

As for german board: no there is none. Unity users commonly work together here. Makes sense, as the good 1000 pages of documentation are only available in english, so learning english is a must anyway, otherwise you will have serious problems using the documentation and especially script reference.

thx dreamora for your answer
yes I read the script file with the shade option, i hope for a better (user friendly) option like in the pro version.

yes you are right, game maker and modder must speak english, i work together with english modder so the language is english, but in german it is more simple for me :lol:

There basically is none. You can not fake dynamic shadows in any practical way.

Using blob projectors for the trees would kill the performance “below ground”.