From 665e987ffc6cacd57bf0ae30b0cccc6f11445405 Mon Sep 17 00:00:00 2001 From: Christian Grund Date: Mon, 26 Jun 2023 14:36:31 +0200 Subject: [PATCH 1/2] Update README.md Add git url install option to description --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0667440c..a77324c8 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,21 @@ libaries.](//android-developers.googleblog.com/2019/01/get-your-apps-ready-for-6 ## Downloading the plugins -There are 3 different options for obtaining the plugins: +There are 4 different options for obtaining the plugins: * Download individual plugins as `.unitypackage` files or Unity Package Manager (`.tgz`) files from [Google APIs for Unity](//developers.google.com/unity) +* Add individual plugins by *git url* using the Unity Package Manager. E.g. For **com.google.play.core** use `https://github.com/google/play-unity-plugins.git?path=/GooglePlayPlugins/com.google.play.core` + * Download the latest release from this project's [releases page](//github.com/google/play-unity-plugins/releases) * `git clone` this repository into the **Assets** folder of your Unity project + + ## Installing the plugins For all cases except `git clone` follow the instructions to From 5948d86d66abb57589c4c3894423a253146ca765 Mon Sep 17 00:00:00 2001 From: Christian Grund Date: Mon, 26 Jun 2023 14:38:34 +0200 Subject: [PATCH 2/2] Update README.md remove accidently added whitespace --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a77324c8..352e6524 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ There are 4 different options for obtaining the plugins: * `git clone` this repository into the **Assets** folder of your Unity project - - ## Installing the plugins For all cases except `git clone` follow the instructions to