Page cover image

🔧Unity SDK Setup

Set Up the ReneVerse SDK inside of Unity.

📦 Step 1: Download the SDK

Get the latest Unity SDK package: ➡️ Download SDK (ZIP)

Once downloaded, locate the .zip file in your Downloads folder and extract it.


🗂️ Step 2: Import the SDK into Unity

  1. Open your Unity project.

  2. In the top menu, go to WindowPackage Manager.

  1. Click the + icon (top-left), then select Add package from disk…

  1. In the extracted SDK folder, select the package.json file and click Open.

Once imported, you’ll see ReneVerse SDK listed in your Package Manager.


⚙️ Step 3: Enter API Credentials

To connect your Unity project to the ReneVerse Portal:

  1. In Unity’s top menu, go to WindowReneverse Settings

To open ReneVerse SDK window in unity go to Window/ReneVerse Settings
  1. In the ReneVerse Settings window, enter the API Key and Secret Key you generated in the Portal.

    1. APIKey - Your ReneVerse API Key.

    2. PrivateKey - Your private ReneVerse Secret Key.

Enter your API Key and API Secret into APIKey and PrivateKey, respectively.

📸 Screenshot suggestion: ReneVerse Settings window with both fields visible and API credentials being pasted in.


🔁 In Case You Forgot

If you haven’t registered your game yet or don’t have your credentials handy, you can do that directly in the Settings window by clicking Need to register?

This will guide you through linking your game to ReneVerse.

📸 Screenshot suggestion: ReneVerse Settings window "need to register?" highlighted


🔄 Step 4: Sync Game Assets

Once your credentials are entered:

  • Click Sync Game Assets to pull in any Smart Ad surfaces or Branded Object templates associated with your game.

  • You can now access and place these directly in your Unity scene.


📚 Need Help?

You can always click Check Out Our Docs! in the Settings panel for quick access to full documentation.

In the next step, Using Unity SDK, we'll show you how to define placements, serve ads, and integrate everything directly into your Unity scenes.

Last updated