Skip to content

The Google Play Plugins for Unity provide C# APIs for accessing various Play services

License

Notifications You must be signed in to change notification settings

ab-rdarts/play-unity-plugins

 
 

Repository files navigation

Google Play Plugins for Unity

Overview

The Google Play Plugins for Unity provide C# APIs for accessing various Play services at runtime from within the Unity Engine. These plugins also provide various Unity Editor features for building an app that can be published on Google Play Console.

Download and import the plugins

Although it is possible to git clone this repository into the Assets folder of your Unity project, in general it is preferable to import a released version.

The steps you need to follow vary depending on the version of Unity you are using:

For Unity 5.6 to 2018.3

To import the plugins, follow these steps:

  1. Download the latest release from this project's releases page.
  2. Import the .unitypackage file by selecting the Unity IDE menu option Assets > Import package > Custom Package and importing all items.

For Unity 2018.4 and above

For these Unity versions, the plugins are distributed as packages through Unity's Package Manager. To import one or more plugins, follow these steps:

  1. Set up the Game Package Registry for Unity.
  2. Select packages in the Unity Package Manager and click Install.

Feature plugins

These plugins add features, such as Google Play Instant support, to a Unity project.

Android App Bundle

com.google.android.appbundle

The Google Android App Bundle package provides access to the latest Android App Bundles features, such as Play Asset Delivery.

Refer to the documentation and Editor API reference for more information.

Play Asset Delivery

com.google.play.assetdelivery

Play Asset Delivery enables AssetBundles and other assets to be packaged into an Android App Bundle and delivered through Google Play.

Refer to the documentation and Runtime API reference for more information.

Play Billing

com.google.play.billing

Package contains Google Play Billing Library, which is required to sell digital content and subscriptions in games distributed via Google Play. This new version of the Google Play Billing Library provides all of the features available in the current Java and Kotlin versions.

To use this package, you must agree to the licenses for this Google Play Plugin and the Google Play Billing Library. If you do not agree with the licenses, you may not use this package.

Refer to the documentation for more information.

Play Instant

com.google.play.instant

The Google Play Instant package simplifies the conversion of an Android app into an instant app that can be deployed through Google Play.

Refer to the documentation, Runtime API reference, and Editor API reference for more information.

Support plugins

These plugins provide shared functionality to some of the above plugins, but they don't provide any features when installed separately.

Play Common

com.google.play.common

The Google Play Common package provides common files required by some Google Play packages, such as Play Instant.

Play Core

com.google.play.core

The Google Play Core package provides the Play Core Library required by some Google Play packages, such as Play Asset Delivery.

Related plugins

Google Play Games plugin for Unity

The Google Play Games plugin for Unity enables access to the Google Play Games APIs from Unity.

About

The Google Play Plugins for Unity provide C# APIs for accessing various Play services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.6%
  • ShaderLab 0.4%