Clatter.Unity

Clatter.Unity is a library of helpful extensions for using Clatter in Unity.

Download:

Clatter.Core.dllClatter.Unity.dll

To add Clatter to a Unity project, you must add both Clatter.Core.dll and Clatter.Unity.dll to a directory in Assets.

New users should start by reading:

For example implementation, see the ClatterUnityExample Unity project. NOTE: You need to manually add Clatter.Core.dll and Clatter.Unity.dll to ClatterUnityExample/Assets/

  • Impact is a minimal example of how to generate impact audio.
  • Scrape is a minimal example of how to generate scrape audio.
  • Marbles is an example of how to instantiate Clatter purely from code.
  • ScrapeManual is an example of how to generate audio in Unity without a ClatterManager.
  • DefaultObjectData is an example of how to use the default Clatter object data (see: ClatterObject.defaultObjectData).