| | |
| | |
|
| | | protected override void AddListeners()
|
| | | {
|
| | | m_UserHelp.SetListener(OpenUserHelp);
|
| | | if (m_UserHelp)
|
| | | {
|
| | | m_UserHelp.SetListener(OpenUserHelp);
|
| | | }
|
| | | }
|
| | |
|
| | | protected override void OnPreOpen()
|
| | |
| | | m_Version.text = StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex);
|
| | | m_BuildTime.text = VersionConfig.Get().debugVersion ? VersionConfig.Get().buildTime : "";
|
| | |
|
| | | m_UserHelp.gameObject.SetActive(Config.Instance.ContainKey<ContactConfig>(VersionConfig.Get().appId));
|
| | | if (m_UserHelp)
|
| | | {
|
| | | m_UserHelp.gameObject.SetActive(Config.Instance.ContainKey<ContactConfig>(VersionConfig.Get().appId));
|
| | | }
|
| | |
|
| | | if (Application.platform == RuntimePlatform.IPhonePlayer)
|
| | | {
|