BidMachine Unity Plugin provides a cross-platform API for integrating BidMachine ad exchange into Unity projects. Supports Banner, Interstitial, and Rewarded ad formats on Android and iOS.
- Unity 2021.3+
- Android SDK 21+
- iOS 13.0+
- Xcode 15.3+
Add the package via Unity Package Manager using the Git URL:
https://github.com/bidmachine/bidmachine-unity-plugin-upm.git#v3.6.0
BidMachine.SetLoggingEnabled(true);
BidMachine.SetTestMode(true);
BidMachine.Initialize("YOUR_SELLER_ID");