Quantcast
Channel: iOS and tvOS
Viewing all articles
Browse latest Browse all 10823

Login help.

$
0
0
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.

Code (CSharp):
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class LoginSystem : MonoBehaviour {
  5.  
  6.     public enum lMode{login,register};
  7.     public lMode LoginMode;
  8.  
  9.     public GUISkin skin;
  10.     //login
  11.     private string user = "";
  12.     private string pass = "";
  13.     private bool   remember;
  14.     private int    boolstatus;
  15.     //register...
Login help.

Viewing all articles
Browse latest Browse all 10823


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>