Unity SDK
Integrate Streamoji Avatars into your Unity projects with our native SDK. Load and display avatars seamlessly in your games and applications.
Key Features
System Requirements
Getting Started
Follow these steps to integrate the Streamoji Avatars SDK into your Unity project:
1. Download the SDK
Download the latest version of the Streamoji Avatars Unity SDK as a .unitypackage file.
2. Import the Package
In your Unity project, go to Assets > Import Package > Custom Package... and select the StreamojiAvatars.unitypackage file you downloaded.
3. Explore Examples
The SDK includes example scenes and scripts to help you get started quickly. You can find them in the Streamoji/Examples/Scenes folder within your Assets.
Manual Integration
If you prefer not to use the SDK, you can integrate Streamoji Avatars manually:
- Use the REST API to fetch GLB files
- Import a GLB loader package (e.g., GLTFast, UnityGLTF)
- Load the GLB file into your scene
- Handle animations using Unity's Animator or Animation system
See the Web Integration guide for API usage examples that can be adapted for Unity.