🚀Import SDK

Setup Guide: There's an step-by-step guide on the home page of your Dashboard

  1. Create a game and a leaderboard in your Developer Dashboard.

  2. Download Galaxy.unitypackage and import it (double click the unitypackage file when your project is open or choose Assets > Import Package > Custom Package...)

  3. In the menu bar, choose GalaxySDK > Open GalaxySDK Settings. In the Inspector, add your Publishable Key found in settings in the dashboard.

Then, import the namespace at the top of all files that will interact with Galaxy like so:

using GalaxySDK;

Last updated