LogoLogo
  • ReneVerse Tour
    • ๐Ÿ‘‹Welcome to ReneVerse
      • ๐Ÿง Smart Ads & Branded Objects
      • ๐Ÿ“ˆAdvertising Demand via ReneVerse
      • ๐Ÿ”ฎThe Portal
      • ๐ŸงฐThe SDKs
  • Getting Started
    • ๐Ÿš€Getting Started with ReneVerse
    • ๐Ÿ“Registering as a New User
    • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆCreating a New Organization
    • ๐Ÿ‘ฅInvite Members to Your Team
  • Publisher Flow
    • ๐Ÿ•น๏ธPublisher Overview
    • โšกQuick Start Guide
    • ๐Ÿ’พRegistering Your Game & Generating API Keys
    • ๐ŸงฉSDK Integration
      • ๐Ÿ› ๏ธUnity
        • ๐Ÿ”งUnity SDK Setup
        • ๐Ÿ”จ[WIP] Using the Unity SDK
          • ๐ŸฅžBatch Serve Ad
      • ๐ŸŽฎUnreal Engine
        • โš™๏ธUE SDK Setup
        • ๐Ÿ”ฉUsing the UE SDK
      • ๐ŸŒPhaser 3
        • ๐Ÿ’ซPhaser Quick Start
        • ๐ŸงชAPI Reference
          • ๐ŸชuseReneVerse
          • ๐Ÿ“ŠuseTracking
        • ๐Ÿ’ปFull Implementation (Code)
    • ๐ŸŽฏDefining Placeholders in the Portal
      • ๐Ÿ–ผ๏ธCreating Ad Surfaces in the Portal
      • ๐ŸŽ๏ธCreating Branded Object Placements in the Portal
    • ๐Ÿ“ฒAds.txt
  • Advertiser Flow
    • Advertiser Overview
    • Creating Ad Campaign
    • Managing Brands
      • Creating Branded Collections
      • Brand Creation
      • Asset Creation
    • Adding Ads to Campaign
    • Creating Branded Assets
  • Download
    • Unity SDK
    • Unreal Engine SDK
    • Phaser NPM Package
Powered by GitBook
LogoLogo

ReneVerse

  • Website
  • Sign Up
  • Book a demo

Download

  • Unity SDK
  • Unreal Engine SDK
  • Phaser NPM

Links

  • Blog
  • About
  • Play Demo
  • FAQs

Socials

  • LinkedIn
  • X (Twitter)
  • YouTube

ยฉ 2025 ReneVerse

On this page
  • ๐Ÿ“ฆ Step 1: Install the Plugin
  • โœ… Step 2: Enable the Plugin
  • ๐Ÿ” Step 3: Enter API Credentials
  1. Publisher Flow
  2. SDK Integration
  3. Unreal Engine

UE SDK Setup

Set Up the ReneVerse SDK inside of Unity.

PreviousUnreal EngineNextUsing the UE SDK

Last updated 2 months ago

๐Ÿ“ฆ Step 1: Install the Plugin

  1. Download the Unreal SDK .

  2. Move the unzipped ReneVerseSDK folder into your projectโ€™s /Plugins directory.

  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.


๐Ÿ” Step 3: Enter API Credentials

  1. Open Window โ†’ ReneVerse API Editor.

  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.

๐Ÿ—‚๏ธ These hold your synced ad data and credentialsโ€”donโ€™t move them!

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

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

In case you missed the previous step of , you must register your game and create API Credentials.

game in the ReneVerse Portal
generating your API Credentials
๐Ÿงฉ
๐ŸŽฎ
โš™๏ธ
here
If the Plugins folder is not already created, create one yourself.
Search and enable ReneVerseSDK
ReneVerse API Editor
Enter keys from the Portal and click Sync Data.
ReneVerse folder and contents should be kept in the root of your Content folder.
Page cover image