play-games-plugin-for-unity
play-games-plugin-for-unity copied to clipboard
Please add UPM into google registry
Since Google Jar Resolver have update to include UPM registry, please also support GPGS this way
https://github.com/googlesamples/unity-jar-resolver#unity-plugin-version-management
I created same issue for Google Mobile Ads plugin, it would be great to have all of those packages in the same place. Repeating my point: Add this plugin to Game Package Registry. UPM support would provide great QoL improvements for developers.
- easy version managing.
- declutters project 'Assets' folder, which is important when you manage a lot of plugins.
- more google plugins accessible from one centralized place.
Any news on that?
I support this idea.
Please, please, yes please. Love this. Do it. Please.
Please do it! this high need feature!
I wrap this package into a UPM, you can check out it here: https://github.com/GameWorkstore/playgamespluginforunity
There are few modifications to make it work with UPM using the preprocessor flag #if GAMEWORKSTORE_COMPATIBILITY. Isn't very documented yet.
Of course, if they convert to UPM later in the future, I will drop the project and redirect everyone into the official solution;
Tested with AAB IL2CPP games
Please support it on UPM officially. I hope that I can download the project on the link in the future!!!
two years passed. no scoped registry supported?
plz upload the package to Google Package for Unity Archive
This repo structure seemingly can be included by UPM installer with path parameter. But there was a serious flaw in this package that the logic in the package was not generate files in the folder correctly if it not install into project directly. It make assumptions that package are staying in the project folder in so many places. Not only in C# script but also in build.gradle
files
I have try to modified project a bit and it seem it can import in project as git package
https://github.com/playgameservices/play-games-plugin-for-unity/pull/3282