Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/googleads/googleads-mobile-unity

Official Unity Plugin for the Google Mobile Ads SDK
https://github.com/googleads/googleads-mobile-unity

admob google google-mobile-ads-sdk unity

Last synced: 2 days ago
JSON representation

Official Unity Plugin for the Google Mobile Ads SDK

Awesome Lists containing this project

README

        

# Google Mobile Ads Unity Plugin

The Google Mobile Ads SDK is the latest generation in Google mobile advertising
featuring refined ad formats and streamlined APIs for access to mobile ad
networks and advertising solutions. The SDK enables mobile app developers to
maximize their monetization in native mobile apps.

This repository contains the source code for the Google Mobile Ads Unity
plugin. This plugin enables Unity developers to easily serve Google Mobile Ads
on Android and iOS apps without having to write Java or Objective-C code.
The plugin provides a C# interface for requesting ads that is used by C#
scripts in your Unity project.

## Downloads

Please import the plugin using
[Unity Package Manager](https://developers.google.com/admob/unity/quick-start#import_the_mobile_ads_for_unity_plugin)
or download the package from the
[GitHub releases page](https://github.com/googleads/googleads-mobile-unity/releases).

## Documentation

For instructions on using the plugin, please refer to
[this developer guide](https://developers.google.com/admob/unity/quick-start).

For a sample application demonstrating how to use Google Mobile Ads see [The HelloWorld Unity project](https://github.com/googleads/googleads-mobile-unity/tree/main/samples).

## Suggesting improvements

To file bugs, make feature requests, or to suggest other improvements,
please use [github's issue tracker](https://github.com/googleads/googleads-mobile-unity/issues).

Be sure to also join the developer community on
[our forum](https://groups.google.com/forum/#!categories/google-admob-ads-sdk/game-engines).

## License

[Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html)