mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-31 05:48:45 +00:00
@@ -57,7 +57,9 @@ namespace XCharts
|
|||||||
{
|
{
|
||||||
var obj = GameObject.Find("_xcharts_");
|
var obj = GameObject.Find("_xcharts_");
|
||||||
if (obj == null) obj = new GameObject("_xcharts_");
|
if (obj == null) obj = new GameObject("_xcharts_");
|
||||||
|
obj.SetActive(false);
|
||||||
m_XCharts = obj.AddComponent<XChartsMgr>();
|
m_XCharts = obj.AddComponent<XChartsMgr>();
|
||||||
|
obj.SetActive(true);
|
||||||
}
|
}
|
||||||
m_XCharts.m_NowVersion = fullVersion;
|
m_XCharts.m_NowVersion = fullVersion;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user