I have this script but does not work in iPhone, i need to fix something in the script to make it work?
high score not work
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- using UnityEngine.UI;
- public enum lMode{login,register};
- public lMode LoginMode;
- //login
- private string user = "";
- private string pass = "";
- private int boolstatus;
- //register
- private string...