Unity SDK repository guide
About the Braze Unity SDK
The Braze Unity SDK helps you integrate Braze messaging, analytics, and user engagement capabilities into your application.
To get started, refer to the following resources:
Plugin Setup
Before you can start using Braze in Unity scripts, you’ll need to import the plugin files to your Unity project.
Recommended: The Android and iOS plugins are bundled as a Unity package available for download from the SDK release page.
Manual Plugin Setup: Alternatively, you can copy the plugins into your Unity project:
- First, clone this repo.
- If you’re not using any other plugins, all you have to do is copy the
Pluginsdirectory from this repo into theAssetsfolder of your Unity project. - If you already have a
/<your-project>/Assets/Pluginsdirectory (probably because you’re using another plugin already), copyPlugins/Appboy/AppboyBinding.csinto/<your-project>/Assets/Plugins. Then copy the contents ofPlugins/iOSandPlugins/Androidfrom this repo into/<your-project>/Assets/Plugins/iOSand/<your-project>/Assets/Plugins/Androidrespectively.
Integration Setup
To integrate Braze into your Unity application, complete our instructions for Integrating the Braze Unity SDK.
Contact
If you have questions, please contact [email protected].
For repository details and sample projects, see https://github.com/braze-inc/braze-unity-sdk.