Thaina / google-signin-unity

Google Sign-In API plugin for Unity game engine. Works with Android and iOS.
Other
29 stars 9 forks source link

Instead of importing with branch use tags #10

Closed harunayyildizhadi closed 1 month ago

harunayyildizhadi commented 1 month ago

Could you add tags so we can have a stable code instead of whenever you pushed something on the newmigration branch we have a different build.

Instead of: "com.google.signin": "https://github.com/Thaina/google-signin-unity.git#newmigration",

Maybe this: "com.google.signin": "https://github.com/Thaina/google-signin-unity.git#v1.4.0.2",

Thaina commented 1 month ago

You mean like this? https://github.com/Thaina/google-signin-unity/tree/v0.8.3

harunayyildizhadi commented 1 month ago

Yes thank you