https://github.com/braze-inc/braze-unity-sdk
Public repo for the Braze Unity SDK
https://github.com/braze-inc/braze-unity-sdk
android braze ios marketing-automation sdk unity unity3d
Last synced: 3 months ago
JSON representation
Public repo for the Braze Unity SDK
- Host: GitHub
- URL: https://github.com/braze-inc/braze-unity-sdk
- Owner: braze-inc
- License: other
- Created: 2013-05-09T22:34:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T19:52:30.000Z (3 months ago)
- Last Synced: 2025-06-23T20:25:57.077Z (3 months ago)
- Topics: android, braze, ios, marketing-automation, sdk, unity, unity3d
- Language: C#
- Homepage: https://www.braze.com
- Size: 156 MB
- Stars: 28
- Watchers: 35
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
Braze Unity SDK
==========This repository contains the the C# interface and native Unity functionality for the Unity plugins derived from the Braze Android and iOS SDKs. Since version 1.5.0, Braze's Unity plugins require Unity 5. See the CHANGELOG for more information.
## 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][1].
**Manual Plugin Setup:** Alternatively, you can copy the plugins into your Unity project:
1. First, clone this repo.
2. If you're not using any other plugins, all you have to do is copy the `Plugins` directory from this repo into the `Assets` folder of your Unity project.
3. If you already have a `//Assets/Plugins` directory (probably because you're using another plugin already), copy `Plugins/Appboy/AppboyBinding.cs` into `//Assets/Plugins`. Then copy the contents of `Plugins/iOS` and `Plugins/Android` from this repo into `//Assets/Plugins/iOS` and `//Assets/Plugins/Android` respectively.## Integration Setup
To integrate Braze into your Unity application, complete our instructions for [Integrating the Braze Unity SDK][2].
[1]: https://github.com/braze-inc/braze-unity-sdk/releases
[2]: https://www.braze.com/docs/developer_guide/platforms/unity/sdk_integration