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: Download the SDK
  • ๐Ÿ—‚๏ธ Step 2: Import the SDK into Unity
  • โš™๏ธ Step 3: Enter API Credentials
  • ๐Ÿ” In Case You Forgot
  • ๐Ÿ”„ Step 4: Sync Game Assets
  • ๐Ÿ“š Need Help?
  1. Publisher Flow
  2. SDK Integration
  3. Unity

Unity SDK Setup

Set Up the ReneVerse SDK inside of Unity.

PreviousUnityNext[WIP] Using the Unity SDK

Last updated 12 months ago

๐Ÿ“ฆ Step 1: Download the SDK

Get the latest Unity SDK package:

Once downloaded, locate the .zip file in your Downloads folder and extract it.


๐Ÿ—‚๏ธ Step 2: Import the SDK into Unity

  1. Open your Unity project.

  2. In the top menu, go to Window โ†’ Package Manager.

  1. Click the + icon (top-left), then select Add package from diskโ€ฆ

  1. 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:

  1. In Unityโ€™s top menu, go to Window โ†’ Reneverse Settings

  1. In the ReneVerse Settings window, enter the API Key and Secret Key you generated in the Portal.

    1. APIKey - Your ReneVerse API Key.

    2. PrivateKey - Your private ReneVerse Secret Key.

๐Ÿ“ธ 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, , we'll show you how to define placements, serve ads, and integrate everything directly into your Unity scenes.

Using Unity SDK
๐Ÿงฉ
๐Ÿ› ๏ธ
๐Ÿ”ง
โžก๏ธ Download SDK (ZIP)
To open ReneVerse SDK window in unity go to Window/ReneVerse Settings
Enter your API Key and API Secret into APIKey and PrivateKey, respectively.
Page cover image