| | |
| | | m_Version.text = StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex);
|
| | | m_BuildTime.text = VersionConfig.Get().debugVersion ? VersionConfig.Get().buildTime : "";
|
| | |
|
| | | var hasContact = false;
|
| | | foreach (var item in Config.Instance.GetAllValues<ContactConfig>())
|
| | | {
|
| | | if (item.appid == VersionConfig.Get().appId)
|
| | | {
|
| | | hasContact = true;
|
| | | break;
|
| | | }
|
| | | }
|
| | |
|
| | | m_UserHelp.gameObject.SetActive(hasContact);
|
| | | m_UserHelp.gameObject.SetActive(Config.Instance.ContainKey<ContactConfig>(VersionConfig.Get().appId));
|
| | |
|
| | | if (Application.platform == RuntimePlatform.IPhonePlayer)
|
| | | {
|