NickolausDS / Unity-Free-Flight

A Unity Package to add gliding flight to any Unity Object.
GNU General Public License v3.0
60 stars 13 forks source link

Move wind noise generation to separate object #151

Open NickolausDS opened 9 years ago

NickolausDS commented 9 years ago

After wind physics have been implemented, it will be possible to hear the wind while on the ground instead of only while flying through the world.

The script responsible for wind generation needs to be moved out of the "gliding" mechanic.