Skip to content

How to...

Jonathan Tanant edited this page Jan 5, 2016 · 2 revisions

Create an Audio Synth Granulate animated object (with synced animation)

  • Add an animated object.
  • Add a non-playing AudioSource object with the source AudioClip properly configured.
  • Add an AudioSource object with a NAAudioSynthGranulate script. Configure the Input Audio Source parameter as the non playing AudioSource.
  • Add a NASyncAnimationWithAudio script on the animated object. Configure the Audio Source parameter as the playing AudioSource.