Skip to content

Catalyst Unity SDK gives game developers access to a rewards platform that boosts LTVs 🚀 More at https://catalyst.conductive.ai

License

Notifications You must be signed in to change notification settings

conductiveai/catalyst-unity-sdk

Repository files navigation

The Conductive Catalyst SDK is primarily provided to game developers as a Unity SDK. We also support native Android (Kotlin) and iOS (Swift) SDKs upon request.

We’ve made it extremely easy to get started with the SDK. Simply follow the steps below to get started.

SDK Installation

Installation Guide

You can follow our quick installation guide in our public Github repository, or continue following the instructions below.

Requirements

  • Unity 2020 or later installed on your computer
  • An internet connection
  • A GitHub account

API Key

You will first want to acquire an API key by visiting the dashboard https://app.conductive.ai and selecting the settings icon, followed by “Settings”

This should take you to the project settings below. Copy your API key provided for your project.

Installing the Unity SDK

  1. In Unity, go to Window > Package Manager. You can install the SDK using either the GitHub URL or the ZIP file.
  2. Using GitHub:
  3. Using the ZIP file:

Integration in Unity

  1. In the packages list, go to Packages > CatalystSDK > Prefab.

  2. Drag the CatalystSDK.prefab to your project's loading scene or first scene

  3. Fill in the API_KEY field in the CatalystSDK.prefab using the API key you acquired earlier.

  4. Fill in the SceneToShowButton field in the CatalystSDK.prefab with the name of the Unity scene where you want the button to be shown. Pressing this button takes a user to the rewards interface where they can see contest information and their leaderboard rank.

  1. Configure the Canvas and Canvas Scaler on the CatalystSDK.prefab to fit your game's UI. The button and webview for the rewards interface is rendered on this Canvas.

  1. Open the CatalystSDK.cs script located in the CatalystSDK folder. In this script, you'll find a line of code designated for identifying players who will utilize Catalyst services.
//Set your game's user id here to synchronize data with Catalyst services
SetExternalId("USER_ID");

It's crucial to modify this line by replacing the placeholder "USER_ID" with your specific method for retrieving player IDs. This step ensures that player identification is properly integrated with the Catalyst services.

That’s it! 🚀

The Catalyst SDK will automatically capture user login events automatically.

Placing the prefab in the game's first loaded scene or Main Menu ensures user logins are captured when the game starts.

Building for specific platforms 📱

iOS:

  • Please include Security.Framework to your project in Xcode before you build. This is requirement to use Keychain services. For more information please check Apple's documentation

Android:

  • Uniwebiew includes Android libraries that may have a duplicate class with other Android plugins. If you see errors refering to a duplicate class please check Uniwebview's documentation

About

Catalyst Unity SDK gives game developers access to a rewards platform that boosts LTVs 🚀 More at https://catalyst.conductive.ai

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •