| | |
| | | [SerializeField] Image imagebg3; |
| | | [SerializeField] Image imageloding; |
| | | |
| | | [SerializeField] Button deleteBranchBtn; |
| | | |
| | | |
| | | int AllTimes = 8; |
| | | bool ShowCircleView = false; |
| | |
| | | { |
| | | m_AndroidProgressContainer.gameObject.SetActive(true); |
| | | m_IosProgressContainer.gameObject.SetActive(false); |
| | |
|
| | | //打包版本 + 功能版本 + 语言ID
|
| | | m_Version.text = StringUtility.Contact(VersionConfigEx.Get().version, "_", VersionConfigEx.Get().buildIndex,
|
| | | |
| | | //打包版本 + 功能版本 + 语言ID |
| | | m_Version.text = StringUtility.Contact(VersionConfigEx.Get().version, "_", VersionConfigEx.Get().buildIndex, |
| | | "_", InitialFunctionConfig.Get("version").Numerical1, " ", LocalResManager.Id); |
| | | } |
| | | |
| | | |
| | | UpdateProgress(); |
| | | |
| | | deleteBranchBtn.gameObject.SetActive(LocalSave.GetString("#@#BrancH") != string.Empty); |
| | | deleteBranchBtn.onClick.AddListener(() => |
| | | { |
| | | LocalSave.DeleteKey("#@#BrancH"); |
| | | deleteBranchBtn.gameObject.SetActive(false); |
| | | }); |
| | | } |
| | | |
| | | float m_Time = 0; |