play-games-plugin-for-unity
play-games-plugin-for-unity copied to clipboard
Play games plugin from Package Manager
Greetings!
Unity3d has new (or not already new) excellent method to deliver packages - Package Manager. They have good documentation how to create your personal packages: https://docs.unity3d.com/Manual/CustomPackages.html Also there is good guide how to distribute packages using git: https://www.patreon.com/posts/25070968
So my question - is it possible to distribute Play Games Services as package? It will be much easier to work with it.
+1 to this. This other Google Play package has support (https://github.com/google/play-unity-plugins) and it's definitely my preferred way to manage dependencies now.
+1
- version managing is super easy.
- declutters project 'Assets' folder, which is important when you manage a lot of plugins.
- more google plugins accessible from one centralized place.
+1 to this
+1 It's 2023 now and we definitely need package manager support for this package