using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using KTGMGemClient; using UnityEngine.UI; using LitJson; using UnityEngine.Networking; using Protobuf; using Google.Protobuf; public class LoginUI : MonoBehaviour { private AsyncOperation async = null; bool isLogining; private JsonData loginData; // Start is called before the first frame update void Start() { GA_SDK_Manager.Ins.SDKInit(ChannelID.Gm.ToString()); isLogining = false; transform.Find("Panel/Button").GetComponent