Chartboost.CSharp.Utilities.Google.Unity
1.0.1
dotnet add package Chartboost.CSharp.Utilities.Google.Unity --version 1.0.1
NuGet\Install-Package Chartboost.CSharp.Utilities.Google.Unity -Version 1.0.1
<PackageReference Include="Chartboost.CSharp.Utilities.Google.Unity" Version="1.0.1" />
<PackageVersion Include="Chartboost.CSharp.Utilities.Google.Unity" Version="1.0.1" />
<PackageReference Include="Chartboost.CSharp.Utilities.Google.Unity" />
paket add Chartboost.CSharp.Utilities.Google.Unity --version 1.0.1
#r "nuget: Chartboost.CSharp.Utilities.Google.Unity, 1.0.1"
#:package Chartboost.CSharp.Utilities.Google.Unity@1.0.1
#addin nuget:?package=Chartboost.CSharp.Utilities.Google.Unity&version=1.0.1
#tool nuget:?package=Chartboost.CSharp.Utilities.Google.Unity&version=1.0.1
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.1",
...
},
"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.
Learn more about Target Frameworks and .NET Standard.
-
- Chartboost.CSharp.Logging.Unity (>= 1.0.0)
- Chartboost.CSharp.Utilities.Unity (>= 1.0.1)
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.Mediation.Unity.Adapter.GoogleBidding
The Chartboost Mediation Unity SDK Adapter for Google Bidding. |
|
|
Chartboost.CSharp.Core.Unity.Consent.GoogleUserMessagingPlatform
Google User Messaging Platform adapters for mediating through Chartboost Core. |
GitHub repositories
This package is not used by any popular GitHub repositories.