> 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/publisher-flow/sdk-integration/unity.md).

# Unity

Let's prepare you to integrate ReneVerse into your Unity game to enable Smart Ads and Branded Objects—all directly within your editor.

***

### 🧰 What You’ll Need

Before starting, make sure you have the following ready:

* ✅ Your **API Credentials** from the ReneVerse Portal
* ✅ A **Unity project** (version 2020.3 or later recommended)
* ✅ The **game build** you want to integrate Smart Ads and Branded Objects into

> 📸 **Screenshot suggestion**: Visual showing a Unity project open with the ReneVerse SDK folder in the Assets directory

***

### 📚 In This Section

<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><a href="/pages/OtqoTydIXjlAnBhIlzWI"><strong>Unity SDK Setup</strong></a></td><td><em>Step-by-step instructions for installing the ReneVerse SDK in your Unity project and syncing with your account.</em></td><td><a href="/pages/OtqoTydIXjlAnBhIlzWI">/pages/OtqoTydIXjlAnBhIlzWI</a></td></tr><tr><td><a href="/pages/WWreGGnwfk4huD3xnyHt"><strong>Using Unity SDK</strong></a></td><td><em>Learn how to define ad surfaces, serve ads, and work with Branded Objects directly in your scene—no need to switch back to the Portal.</em></td><td></td></tr></tbody></table>

***

Ready to get started? ➡️ Head to [Unity SDK Setup](/publisher-flow/sdk-integration/unity/unity-sdk-setup.md)


---

# 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/publisher-flow/sdk-integration/unity.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.
