UE SDK Setup
Set Up the ReneVerse SDK inside of Unity.
Last updated
Set Up the ReneVerse SDK inside of Unity.
Last updated
Download the Unreal SDK .
Move the unzipped ReneVerseSDK folder into your projectโs /Plugins
directory.
Rebuild or relaunch your project.
In Unreal, go to Edit โ Plugins.
Search for ReneVerseSDK and ensure it's enabled.
Open Window โ ReneVerse API Editor.
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.