Chartboost.CSharp.Mediation.Unity
4.7.0
See the version list below for details.
dotnet add package Chartboost.CSharp.Mediation.Unity --version 4.7.0
NuGet\Install-Package Chartboost.CSharp.Mediation.Unity -Version 4.7.0
<PackageReference Include="Chartboost.CSharp.Mediation.Unity" Version="4.7.0" />
paket add Chartboost.CSharp.Mediation.Unity --version 4.7.0
#r "nuget: Chartboost.CSharp.Mediation.Unity, 4.7.0"
// Install Chartboost.CSharp.Mediation.Unity as a Cake Addin #addin nuget:?package=Chartboost.CSharp.Mediation.Unity&version=4.7.0 // Install Chartboost.CSharp.Mediation.Unity as a Cake Tool #tool nuget:?package=Chartboost.CSharp.Mediation.Unity&version=4.7.0
Chartboost Mediation Unity SDK
Summary
Chartboost Mediation Unity SDK provides support for Unity based games to easily integrate the Chartboost Mediation for Android & iOS platforms. This guide will contain step by step instructions on how to integrate the SDK, as well as recommended practices to make best use of all the features offered by the Chartboost Mediation SDK.
Minimum Supporter Development Tools
Software | Version |
---|---|
XCode | 14.1 |
Android Studio | 2020.3.1+ |
iOS | 11.0+ |
Minimum Android API Level | 5.0+ (API level 21) |
Target Android API Level | 13.0+ (API level 33) |
Minimum Unity Version | 2020.3.37f1 |
CHANGELOG
Visit the CHANGELOG to reference changes to each version of the Chartboost Mediation Unity SDK.
Integrating the Chartboost Mediation Unity SDK
Chartboost Mediation Unity SDK is distributed using both NPM and NuGet distribution.
To install this sdk using either of these distribution channels follow the steps below :
Using the public npm registry
In order to add the Chartboost Mediation Unity SDK to your project using the npm package, add the following to your Unity Project's manifest.json file. The scoped registry section is required in order to fetch packages from the NpmJS registry.
"dependencies": {
"com.chartboost.mediation": "4.4.0",
...
},
"scopedRegistries": [
{
"name": "NpmJS",
"url": "https://registry.npmjs.org",
"scopes": [
"com.chartboost"
]
}
]
Using the public nuget package
To add the Chartboost Mediation Unity to your project using the nuget package, you will first need to add the NugetForUnity package into your Unity Project.
This can be done by adding the following to your Unity Project's manifest.json
"dependencies": {
"com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity",
...
},
Once <code>NugetForUnity</code> is installed, search for "Chartboost.CSharp.Mediation.Unity" in the search bar of Nuget Explorer window(Nuget → Manage Nuget Packages).
You should be able to see the Chartboost.CSharp.Mediation.Unity
package. Choose the appropriate version and install.
In order to better understand the Chartboost Mediation Unity SDK, documentation has been split between Setup and Integration Steps:
Setup
- Ad Network Adapters
- Android Manifest
- Google External Dependency Manager (EDM)
- Multidex
- Chartboost Mediation Settings
Integration
- Initialization
- Configure Chartboost Mediation
- Loading Ads
- Showing Ads
- Delegate Usage
- Error Codes
- Unit Testing
FAQ
Migrating Helium 3.X to Chartboost Mediation 4.0.0
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (17)
Showing the top 5 NuGet packages that depend on Chartboost.CSharp.Mediation.Unity:
Package | Downloads |
---|---|
Chartboost.CSharp.Mediation.Unity.Adapter.AdMob
The Chartboost Mediation Unity SDK Adapter for AdMob. |
|
Chartboost.CSharp.Mediation.Unity.Adapter.GoogleBidding
The Chartboost Mediation Unity SDK Adapter for Google Bidding. |
|
Chartboost.CSharp.Mediation.Unity.Adapter.AmazonPublisherServices
The Chartboost Mediation Unity SDK Ad Adapter for Amazon Publisher Services. |
|
Chartboost.CSharp.Mediation.Unity.Adapter.IronSource
The Chartboost Mediation Unity SDK Adapter for IronSource. |
|
Chartboost.CSharp.Mediation.Unity.Adapter.AppLovin
The Chartboost Mediation Unity SDK Adapter for AppLovin. |
GitHub repositories
This package is not used by any popular GitHub repositories.