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
<PackageReference Include="Chartboost.CSharp.Utilities.Google.Unity" Version="1.0.0" />
paket add Chartboost.CSharp.Utilities.Google.Unity --version 1.0.0
#r "nuget: Chartboost.CSharp.Utilities.Google.Unity, 1.0.0"
// 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.
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.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 |