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                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Chartboost.CSharp.Mediation.Unity" Version="5.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chartboost.CSharp.Mediation.Unity --version 5.1.0                
#r "nuget: Chartboost.CSharp.Mediation.Unity, 5.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

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

  1. Ad Network Adapters
  2. Android Manifest
  3. Google External Dependency Manager (EDM)
  4. Multidex

Integration

  1. Initialization
  2. Configure
  3. Fullscreen Ad
  4. Fullscreen Ad Queue
  5. Banner Ad
  6. Unity Banner Ad
  7. Error Codes
  8. Unit Testing
  9. FAQ

Migration Guides

  1. Migration from v4 to v5
  2. Migration from v3 to v4
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
5.1.0 89 10/3/2024
5.0.0 1,239 8/8/2024
4.9.0 572 3/21/2024
4.8.0 182 2/8/2024
4.7.0 286 11/14/2023