From 23381c0b94c07922821995c0cdb0e6492d35946f Mon Sep 17 00:00:00 2001 From: Thaina Yu Date: Fri, 19 Jul 2024 08:36:43 +0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4930a96c..30b6a729 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,16 @@ ```json { - "com.google.play.games": "https://github.com/Thaina/play-games-plugin-for-unity.git?path=/Assets/Public/GooglePlayGames/com.google.play.games" + "dependencies": { + "com.google.external-dependency-manager": "https://github.com/googlesamples/unity-jar-resolver.git?path=upm", + "com.google.play.games": "https://github.com/Thaina/play-games-plugin-for-unity.git?path=/Assets/Public/GooglePlayGames/com.google.play.games", + ... + } } ``` +`external-dependency-manager` is required dependencies to imported with UPM. But can be tgz or OpenUPM + This fork now use gradle post build event to patch androidmanifest Also fix the image loader from play service