|
@@ -90,6 +90,7 @@ namespace GFGGame
|
|
if (MatchingCompetitionDataManager.Instance.MyNtextture == null)
|
|
if (MatchingCompetitionDataManager.Instance.MyNtextture == null)
|
|
{
|
|
{
|
|
_ui.m_playerImage.texture = null;
|
|
_ui.m_playerImage.texture = null;
|
|
|
|
+ _ui.m_suitName.visible = true;
|
|
DressUpObjUI dressUpObjUI;
|
|
DressUpObjUI dressUpObjUI;
|
|
if (_ui.m_suitShow.data == null)
|
|
if (_ui.m_suitShow.data == null)
|
|
{
|
|
{
|
|
@@ -108,6 +109,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
dressUpObjUI.Dispose();
|
|
dressUpObjUI.Dispose();
|
|
}
|
|
}
|
|
|
|
+ _ui.m_suitName.visible = false;
|
|
_ui.m_suitShow.data = null;
|
|
_ui.m_suitShow.data = null;
|
|
_ui.m_playerImage.texture = MatchingCompetitionDataManager.Instance.MyNtextture;
|
|
_ui.m_playerImage.texture = MatchingCompetitionDataManager.Instance.MyNtextture;
|
|
}
|
|
}
|