Chartboost.CSharp.Mediation.Unity
5.1.0
dotnet add package Chartboost.CSharp.Mediation.Unity --version 5.1.0
NuGet\Install-Package Chartboost.CSharp.Mediation.Unity -Version 5.1.0
<PackageReference Include="Chartboost.CSharp.Mediation.Unity" Version="5.1.0" />
paket add Chartboost.CSharp.Mediation.Unity --version 5.1.0
#r "nuget: Chartboost.CSharp.Mediation.Unity, 5.1.0"
// Install Chartboost.CSharp.Mediation.Unity as a Cake Addin #addin nuget:?package=Chartboost.CSharp.Mediation.Unity&version=5.1.0 // Install Chartboost.CSharp.Mediation.Unity as a Cake Tool #tool nuget:?package=Chartboost.CSharp.Mediation.Unity&version=5.1.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 Requirements
Plugin | Version |
---|---|
Cocoapods | 1.11.3+ |
iOS | 11.0+ |
Xcode | 14.1+ |
Android API | 21+ |
Unity | 2022.3.+ |
Integration
Using the public npm registry
In order to add the Chartboost Core 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": "5.0.0",
...
},
"scopedRegistries": [
{
"name": "NpmJS",
"url": "https://registry.npmjs.org",
"scopes": [
"com.chartboost"
]
}
]
Using the public NuGet package
To add the Chartboost Mediation Unity SDK 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.
Setup
Integration
- Initialization
- Configure
- Fullscreen Ad
- Fullscreen Ad Queue
- Banner Ad
- Unity Banner Ad
- Error Codes
- Unit Testing
- FAQ
Migration Guides
Learn more about Target Frameworks and .NET Standard.
-
- Chartboost.CSharp.Core.Unity (>= 1.0.2)
- Chartboost.CSharp.Logging.Unity (>= 1.1.0)
- Chartboost.CSharp.Threading.Unity (>= 1.0.2)
- Chartboost.CSharp.Utilities.Unity (>= 1.0.2)
NuGet packages (17)
Showing the top 5 NuGet packages that depend on Chartboost.CSharp.Mediation.Unity:
Package | Downloads |
---|---|
Chartboost.CSharp.Mediation.Unity.Adapter.AmazonPublisherServices
The Chartboost Mediation Unity SDK Ad Adapter for Amazon Publisher Services. |
|
Chartboost.CSharp.Mediation.Unity.Adapter.AdMob
The Chartboost Mediation Unity SDK Adapter for AdMob. |
|
Chartboost.CSharp.Mediation.Unity.Adapter.AppLovin
The Chartboost Mediation Unity SDK Adapter for AppLovin. |
|
Chartboost.CSharp.Mediation.Unity.Adapter.IronSource
The Chartboost Mediation Unity SDK Adapter for IronSource. |
|
Chartboost.CSharp.Mediation.Unity.Adapter.GoogleBidding
The Chartboost Mediation Unity SDK Adapter for Google Bidding. |
GitHub repositories
This package is not used by any popular GitHub repositories.