-
Notifications
You must be signed in to change notification settings - Fork 986
Expand file tree
/
Copy pathUPGRADING.txt
More file actions
15 lines (11 loc) · 797 Bytes
/
UPGRADING.txt
File metadata and controls
15 lines (11 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NOTES ON UPGRADING
Note for 2.1.0
The new SDK contains three changes which you should be aware of:
1. Added support for additional auth scopes using [requestServerSideAccess](https://developer.android.com/games/pgs/unity/unity-start#retrieve-auth-codes).
2. Removed the deprecated [Google Sign-In](https://developer.android.com/identity/legacy/gsi) dependency.
3. Removed the deprecated [Google Drive](https://developers.google.com/android/reference/com/google/android/gms/drive/Drive) dependency.
There are no major changes related to sign-in flow.
Before importing the unity package for v2.0.0, delete
`Assets/Plugins/Android/com.google.android.gms.play-services-games-<version_number>.aar`
and everything under `Assets/GooglePlayGames`. You can then follow the regular
integration process.