qa report v2
This commit is contained in:
@@ -50,19 +50,21 @@ public class TutorialManagerMainMenu : MonoBehaviour
|
||||
if(!forceShow){
|
||||
if(PlayerPrefs.HasKey(TUTORIAL_PREF_KEY)){
|
||||
tutorialPanel.SetActive(false);
|
||||
Debug.Log("Tutorial pref key is available, stopping;");
|
||||
return;
|
||||
}
|
||||
|
||||
if(LoginManager.CurrentUser.rc > 0){
|
||||
tutorialPanel.SetActive(false);
|
||||
Debug.Log("User has rc, stopping;");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
tutorialPanel.SetActive(true);
|
||||
screen1.SetActive(true);
|
||||
|
||||
|
||||
PlayerPrefs.SetInt(TUTORIAL_PREF_KEY, 1);
|
||||
PlayerPrefs.Save();
|
||||
}
|
||||
|
||||
void OnNext1(){
|
||||
|
||||
Reference in New Issue
Block a user