Clatter.Unity
is a library of helpful extensions for using Clatter in Unity.
Download:
Clatter.Core.dll Clatter.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:
ClatterObject
A ClatterObject is a MonoBehaviour wrapper class for ClatterObjectData
.ClatterManager
Singleton manager class for Clatter in Unity. This is a a MonoBehaviour wrapper class for AudioGenerator
. It also manages each ClatterObject
in the scene.For example implementation, see the ClatterUnityExample Unity project. NOTE: You need to manually add Clatter.Core.dll and Clatter.Unity.dll to ClatterUnityExample/Assets/
ClatterManager
.ClatterObject.defaultObjectData
).