๐ง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