I have a script for registration and login, but in the iphone app, the buttons works, but the script does not work, what can be?
here is the script.
Login help.
here is the script.
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- public enum lMode{login,register};
- public lMode LoginMode;
- //login
- private string user = "";
- private string pass = "";
- private bool remember;
- private int boolstatus;
- //register...