> For the complete documentation index, see [llms.txt](https://docs.reneverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reneverse.io/reneverse-tour/welcome-to-reneverse/the-sdks.md).

# The SDKs

ReneVerse SDKs are your gateway to embedding immersive in-game ads directly into your project—whether you’re building in **Unity**, **Unreal**, or the **browser with Phaser 3**.

Built on a scalable API and designed for ease of use, these SDKs let you define ad placements, sync assets, and serve dynamic content—all with minimal dev overhead.

***

### 🎮 Supported Engines

#### :tools: [**Unity SDK**](/download/unity-sdk.md)

* Delivered as a Unity Package
* Includes in-editor placement tools and ReneVerse Settings panel
* Supports Smart Ads and Branded Object integration
* Works with Unity 2020.3+

#### 🎮 [**Unreal Engine SDK**](/download/unreal-engine-sdk.md)

* Available as a native Unreal plugin (UE 5.3+)
* Seamless in-editor ad placement and dynamic content serving
* Blueprint and C++ support
* OpenMeasurement-enabled for performance tracking

#### 🌐 [**Phaser 3 SDK**](/publisher-flow/sdk-integration/phaser-3.md)

* Available as an NPM package
* Designed for browser-based games
* Offers full control over Smart Ad display and tracking via JavaScript hooks
* NPM: [`@reneverse/rene-sdk-phaser`](https://www.npmjs.com/package/@reneverse/rene-sdk-phaser)

***

### ⚙️ Integration Flow

1. Choose your engine
2. Download the SDK
3. Follow the engine-specific guide in the [Publisher Flow](/publisher-flow/publisher-overview.md) →
   1. [Unity](/publisher-flow/sdk-integration/unity.md)
   2. [Unreal](/publisher-flow/sdk-integration/unreal-engine.md)
   3. [Phaser](/publisher-flow/sdk-integration/phaser-3.md)

You’ll be able to:

* Sync your ad surfaces and branded placements
* Serve dynamic ad content
* Track impressions, viewability, and interaction data

***

### 🚀 What’s Next?

Now that you’ve completed the ReneVerse Tour, it’s time to start building with ReneVerse!

Choose your path:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>🎮 <strong>Game Developer?</strong></td><td>Head to the <a href="/pages/FSlogGyup4gt2iNEksqh">Publisher Flow</a> → to integrate Smart Ads and Branded Objects into your game using our SDKs.</td><td><a href="/pages/FSlogGyup4gt2iNEksqh">/pages/FSlogGyup4gt2iNEksqh</a></td></tr><tr><td>📢 <strong>Brand or Advertiser?</strong></td><td>Jump into the <a href="/pages/KL5CTGqWX6lb3VXcTYxe">Advertiser Flow</a> → to create immersive campaigns and connect with in-game audiences.</td><td><a href="/pages/KL5CTGqWX6lb3VXcTYxe">/pages/KL5CTGqWX6lb3VXcTYxe</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.reneverse.io/reneverse-tour/welcome-to-reneverse/the-sdks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
