The VoiceSDK Toolkit (VSTK) is an open-source project to share foundational assets, building blocks, and samples for common interactions for creating a custom voice experience in Unity. This toolkit is not a rulebook, but an introduction that is meant to guide and inspire devs to innovate unique implementations of voice interaction. For additional design principles and best practices, see Design Best Practices.
- Intro
 - Assets Library
 - Assets Library - Icons
 - Assets Library - Sounds
 - Building Blocks
 - Attention System
 
You can import the toolkit directly into Unity or you can use the raw files directly.
- Open your Unity project
 - Open the Package Manager by clicking on Window -> Package Manager
 - Click the + dropdown in the upper left corner of the package manager window
 - Select "Add package from git url"
 
- In the "Add package from git URL" box enter "https://github.com/wit-ai/voicesdk-toolkit-unity.git"
 
You can clone this repository with your method of choice. The contents should be cloned into a directory under [YourProject]/Packages
You can download the source by clicking on the code dropdown and selecting Download ZIP.

Once the zip is downloaded, extract the contents into a directory in your Assets or Packages directory of your project.
The license for wit-unity can be found in LICENSE file in the root directory of this source tree.
Our terms of use can be found at https://opensource.facebook.com/legal/terms.
Our privacy policy can be found at https://opensource.facebook.com/legal/privacy.


