We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19bc0bb + dfeb8b0 commit b01ccb2Copy full SHA for b01ccb2
GoogleSignIn/Impl/SignInHelperObject.cs
@@ -27,6 +27,9 @@ public class SignInHelperObject : MonoBehaviour {
27
28
internal static SignInHelperObject Instance {
29
get {
30
+ if (instance) {
31
+ return instance;
32
+ }
33
if (Application.isPlaying) {
34
// add an invisible game object to the scene
35
GameObject obj = new GameObject("GoogleSignInHelperObject");
0 commit comments