Unity SDK Setup
Set Up the ReneVerse SDK inside of Unity.
Last updated
Set Up the ReneVerse SDK inside of Unity.
Last updated
Get the latest Unity SDK package:
Once downloaded, locate the .zip
file in your Downloads folder and extract it.
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.
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.
๐ธ Screenshot suggestion: ReneVerse Settings window with both fields visible and API credentials being pasted in.
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
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.
You can always click Check Out Our Docs!
in the Settings panel for quick access to full documentation.
In the next step, , we'll show you how to define placements, serve ads, and integrate everything directly into your Unity scenes.
APIKey
and PrivateKey
, respectively.