Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

📦 Packaged version of Google Play Services Resolver for Unity

License

Notifications You must be signed in to change notification settings

oae/unity-package-play-services-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Play Services Resolver Package

openupm

This repository makes it possible to use play-services-resolver with Unity Package Manager (UPM)

play-services-resolver

Installation

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add io.elhan.play-services-resolver

Install via Git URL

  • Add following dependency to Packages/manifest.json in your project;

    {
      "dependencies": {
        "io.elhan.play-services-resolver": "https://github.com/oae/unity-package-play-services-resolver.git#0.1.0",
      }
    }

For the official plugin, check out the original repository