🔧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
Open your Unity project.
In the top menu, go to
Window
→Package Manager
.

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

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:
In Unity’s top menu, go to
Window
→Reneverse Settings

In the ReneVerse Settings window, enter the API Key and Secret Key you generated in the Portal.
APIKey
- Your ReneVerse API Key.PrivateKey
- Your private ReneVerse Secret Key.

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