Releases: playgameservices/play-games-plugin-for-unity
Releases · playgameservices/play-games-plugin-for-unity
[Deprecated Games V1 SDK] v0.10.15
[Deprecated Games V1 SDK] Version 0.10.15
Following the deprecation of the Google Sign-In API, we are deprecating Games V1 SDK and APIs.
Important
Starting in May 2026, the deprecated APIs will be removed from the SDK. Then, as early as July 2028, calls to these APIs will fail, even if you're using older versions of the SDK.
For details, see the Migration Guide.
v2.1.0
Version 2.1.0
New Features:
- Added support for additional auth scopes using requestServerSideAccess.
Deprecated Features:
- Removed the deprecated Google Sign-In dependency.
- Removed the deprecated Google Drive dependency.
Minor Updates:
- Upgrade Gradle version to 8.14.
- Updated documentation. See Set up Google Play Games for Unity and sign-in.
v2.0.0
Version 2.0.0
New Features:
- The plugin now uses Play Games Services Recall Feature. See Unity Plugin Recall
- Smoketest app is updated
Minor Updates:
- Pin unity-jar-resolver version to 1.2.182.
- Upgrade Gradle version to 7.5.1
- Upgraded maven to maven-publish
- Updated documentation. See Set up Google Play Games for Unity and sign-in
Bug Fixes:
- Fixed Assets Path from
<repository>Packages/com.google.play.games/Editor/m2repository</repository>to<repository>Assets/GooglePlayGames/com.google.play.games/Editor/m2repository</repository> - Removing dependency on Play Games App
v11.01
Version 0.11.01
New Features:
- The plugin now uses Play Games Services v2 SDK. See Sign-in for Android Games
v10.14
v0.10.12
Version 0.10.12
New Features:
- Updated play-services-games version to 21.0.0
- Updated play-services-auth version to 19.0.0
- Updated GradleDependency to 4.0.2
Bug fixes:
- #2967 Fixed the GUID not found error.
- Fixed issue where Google Play Games SDK path not found for Unity_2020.
- Fixed rounding issue with incremental achievements.
- Unit test fixes.
v0.10.11
v0.10.10
Version 0.10.10
New Features:
- Added Friends APIs: Play Games now has a cross-game Friends list. Request access to your players cross-game PGS friends list and integrate it with your in-game system to help players play with a set of high-quality gaming friends, and help people find their friends within your game. Learn more about Play Games Services .
Bug fixes:
- Removed Multiplayer code.