1.0.0 • Published 3 months ago

com.chartboost.unity.utilities v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

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:

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