Page cover image

⚙️UE SDK Setup

Set Up the ReneVerse SDK inside of Unity.

📦 Step 1: Install the Plugin

  1. Download the Unreal SDK here.

  2. Move the unzipped ReneVerseSDK folder into your project’s /Plugins directory.

If the Plugins folder is not already created, create one yourself.
  1. Rebuild or relaunch your project.


✅ Step 2: Enable the Plugin

  1. In Unreal, go to Edit → Plugins.

  2. Search for ReneVerseSDK and ensure it's enabled.

Search and enable ReneVerseSDK

🔐 Step 3: Enter API Credentials

  1. Open Window → ReneVerse API Editor.

ReneVerse API Editor
  1. Paste your API Key and Private Key from the ReneVerse Portal to sync the data you created for your game in the ReneVerse Portal.

Enter keys from the Portal and click Sync Data.
  1. Click Sync Data to pull in your ad surfaces and branded object placements.

This will generate a ReneAPIData asset and two data tables inside a new ReneVerse folder in your project’s /Content directory. These assets hold data for the Ad Surface and Branded Object placements for your game, as well as your credentials.

ReneVerse folder and contents should be kept in the root of your Content folder.

Once synced, you're ready to start integrating ads into your scene.

Last updated