Google game services

OK guys so im using the GPG unity plugin for google game services which is a free program by nerdiacs i got it all set up no problem my problem is:

player signs in at start menu the singleton progresses to stage one everything is good.

but if you sign in then navigate to the “credits” menu, then come back to main menu you have to sign in again it does this silently because of the first sign -in but the problem is you have to press Sign in GUIButton again

my question is , is there a way i can code my start menu to say “If coming from level = credits” then sign in automatically? or something like that?

Umm I don’t really understand what you mean,
but why not do a bool called isCredits, set it to true when they click the button, then when they click the return to menu or whatever, if the value isCredits is true it takes you directly to the menu?

Btw, I’m not an ‘expert’ so my help probably won’t be the best, it’s just my personally suggestion