| | |
| | | { |
| | | playerNickName = nickName; |
| | | PlayerPrefs.SetString(playerPrefs_NickName, playerNickName); |
| | | |
| | | if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer) |
| | | { |
| | | //为了方便测试 |
| | | GameConfig.Imei = playerNickName; |
| | | Debug.Log("这里是电脑版,直接设置Imei为昵称" + playerNickName); |
| | | } |
| | | |
| | | StartHttp(); |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | // transform.Find("Image1").gameObject.SetActive(false); |
| | | // transform.Find("Image2").gameObject.SetActive(false); |
| | | // transform.Find("Image3").gameObject.SetActive(false); |
| | | endPs?.Play(); |
| | | |
| | | |
| | | closeBtn.interactable = true; |
| | | } |
| | | |