From 73f3be3adce2953dc29d8291e592a2ea55185ebe Mon Sep 17 00:00:00 2001 From: Thaina Yu Date: Fri, 7 Jun 2024 02:34:18 +0700 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 55634ca5..4930a96c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +## Fork for upgrade package and making UPM compatiable + +```json +{ + "com.google.play.games": "https://github.com/Thaina/play-games-plugin-for-unity.git?path=/Assets/Public/GooglePlayGames/com.google.play.games" +} +``` + +This fork now use gradle post build event to patch androidmanifest + +Also fix the image loader from play service + +Tested and worked in Unity 6. Should be compatible with lower version but not fully tested yet + # Google Play Games plugin for Unity _Copyright (c) 2014 Google Inc. All rights reserved._