The OfferToro Unity SDK gives Unity developers an easy way to integrate OfferToro OfferWall module into their native Unity apps.
The OfferToro Unity SDK can be downloaded from your publisher account under SDK section.
Currently, only an Android version is available
Before you can integrate our SDK into your project, you must first create a publisher account and then create an app placement.
Please make sure the monetization tool of the app you are using matches the required monetization tool of the integration. An integration with wrong monetization tool might not work.
To integrate the SDK into your project, please follow the simple steps described below:
Step 1. Add the OfferToro SDK to your project
OTSDKPackage.unitypackage file should be added to your project (and should be automatically unpacked by Unity).
Step 2. Add scenes to your build configuration
You should add scenes OTSDKMainScene and WebviewScene into your build settings under Scenes In Build.Step 3. Add write permission
You should add write permission under Player Settings. Don't worry! We will ask the user for writing permisson using a dialog box presented only before usage and as a part of user claming missing credit process.