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
www help
I need help to fix this script to work in IOs
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