speed trees and windzone

I added a Wind Zone to a small 3d world I’m working on to teach myself Unity. I had some free Speed Trees in my scene (default Environment assets) and sure enough, they blew around mightily when the WindZone was installed. However… when I adjusted the WindZone parameters down by a factor of 10, the wind seemed to remain very strong. I was not able to make a low enough wind – all my trees were tossing and swaying as in a gale, no matter how low I set the WindZone strength, gustiness, etc. So in the end I gave up and removed the WindZone.

Is this a known issue, or a typical n00b error, or…? I googled around, but everything I read suggested that setting the WZ parameters should control the wind speed, turbulence etc.

The same for me.

The wind parameters have to be relatively small to get gentle breeze effects, because I think it adds forces in every frame. For example I have for Main 0.25, Turbulence 0.1, Pulse Magnitude 0.2, and Pulse Frequency 0.25, and it looks nice.

So that’s fine, you can make it look nice by tweaking it manually, but what if you use wind for other elements as well, and would like to sync up the simulation of the wind affecting the plants, particles? There is ZERO information in the manual what the different parameters mean, how they are used for the calculations.

Did anyone figure it out?