This document introduces the integration method for the SDK Unity3D version, covering account application, appId, placement ID, and SDK integration, ensuring developers can smoothly integrate the SDK for monetization. Currently, the ad formats supported by the TopOn SDK for the Unity 3D platform are as follows:
| Ad Format | Description |
|---|---|
| Native | Native ad, no UI |
| Video | Video ad, with UI |
| Interstitial | Interstitial ad, with UI |
| Banner | Banner ad, with UI |
Developers can choose the appropriate ad format based on the app's form. See the specific introduction below for detailed integration methods.
You can follow the TopOn Account and Related ID Preparation guide for account registration and login instructions.
Download instructions: Log in to the TopOn Dashboard -> SDK Download -> Unity
TopOn iOS SDK requires version less than or equal to v6.4.93
Import instructions: Android & iOS Import Instructions
It is recommended to refer to the Demo for integration: https://github.com/toponteam/TPN-Unity-Demo
After completing the above import, you can start the SDK code integration: SDK Initialization Integration
Please refer to here.