Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 966 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 966 Bytes

A wind sound generator plugin with intensity, amplitude, resonance, speed, pan, whistle and howl controls.

Screenshot 2023-12-17 182324

[WINDOWS] Just drag and drop the .dll file into Unity > Assets > Plugins folder in your Unity project, then add the effect on your desired Audio Mixer track.

If you'd like to build the solution yourself:

  1. Clone or download the repo.
  2. Open the Projucer File (Download and install JUCE).
  3. Build the Solution
  4. After building, navigate to the extracted folder > Builds > VisualStudio or your IDE > x64 > Release > Unity Plugin.
  5. Plugin will be named as audioplugin_WindControl.dll.
  6. Drag the audioplugin_WindControl.dll into Unity > Assets > Plugins folder.

[MacOS] After building in Xcode, drag and drop the .bundle folder into your Plugins folder.