Пример #1
0
    void Awake()
    {
        m_progressBar = ProgressBar.Attach(m_progressBarRoot);

        string description = "";

        if (UnityUtil.GetTextTry("common_loading2", ref description))
        {
            m_descriptionText.text = description;
        }
    }