Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaina committed Jul 22, 2024
1 parent 4a82db8 commit b1ed6ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1ed6ab

Please sign in to comment.