Chartboost.CSharp.Utilities.Google.Unity 1.0.0

dotnet add package Chartboost.CSharp.Utilities.Google.Unity --version 1.0.0                
NuGet\Install-Package Chartboost.CSharp.Utilities.Google.Unity -Version 1.0.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.Utilities.Google.Unity" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chartboost.CSharp.Utilities.Google.Unity --version 1.0.0                
#r "nuget: Chartboost.CSharp.Utilities.Google.Unity, 1.0.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.Utilities.Google.Unity as a Cake Addin
#addin nuget:?package=Chartboost.CSharp.Utilities.Google.Unity&version=1.0.0

// Install Chartboost.CSharp.Utilities.Google.Unity as a Cake Tool
#tool nuget:?package=Chartboost.CSharp.Utilities.Google.Unity&version=1.0.0                

Chartboost Canary Utilities

Simple utilities package for the Chartboost Unity development environment.

Installation

This package is meant to be a dependency for other Chartboost Packages; however, if you wish to use it by itself, it can be installed through UPM & NuGet as follows:

Using the public npm registry

"dependencies": {
    "com.chartboost.unity.utilities.google": "1.0.0",
    ...
},
"scopedRegistries": [
{
    "name": "NpmJS",
    "url": "https://registry.npmjs.org",
    "scopes": [
    "com.chartboost"
    ]
}
]

Using the public NuGet package

To add the Chartboost Core 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.Utilities.Google.Unity in the search bar of Nuget Explorer window(Nuget → Manage Nuget Packages). You should be able to see the Chartboost.CSharp.Utilities.Google.Unity package. Choose the appropriate version and install.

Usage

This package creates an Editor only scriptable object to contain your Google application Id. The id will be utilized to patch your AndroidManifest.xml & Info.plist, for the Android and iOS platforms respectively.

To configure, utilize the EditorMenu located at: Chartboost/Google/Configure, then input your application ids as needed.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Chartboost.CSharp.Utilities.Google.Unity:

Package Downloads
Chartboost.CSharp.Mediation.Unity.Adapter.AdMob

The Chartboost Mediation Unity SDK Adapter for AdMob.

Chartboost.CSharp.Core.Unity.Consent.GoogleUserMessagingPlatform

Google User Messaging Platform adapters for mediating through Chartboost Core..

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
1.0.0 475 8/1/2024