Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/googleads/googleads-mobile-unity
- Owner: googleads
- License: apache-2.0
- Created: 2013-12-04T19:37:39.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T14:07:00.000Z (16 days ago)
- Last Synced: 2025-01-16T09:21:47.605Z (10 days ago)
- Topics: admob, google, google-mobile-ads-sdk, unity
- Language: C#
- Homepage: https://developers.google.com/admob/unity
- Size: 14.5 MB
- Stars: 1,391
- Watchers: 144
- Forks: 1,082
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-unity3d - Google Mobile Ads Unity Plugin - Official Unity Plugin for the Google Mobile Ads SDK (Open Source Repositories / Monetization)
- awesome-opensource-unity - Google Mobile Ads Unity Plugin - Official Unity Plugin for the Google Mobile Ads SDK. (Open Source Packages / Monetization)
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)