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

www help

$
0
0
i have a www that work fine in Unity editor and on android, but not on IOs.
I need help to fix this script to work in IOs

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

Viewing all articles
Browse latest Browse all 10823

Trending Articles



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