This commit is contained in:
monitor1394
2022-03-26 18:26:34 +08:00
parent 1aea9f3cfe
commit b7efcf87cf
3 changed files with 9 additions and 9 deletions

View File

@@ -129,7 +129,9 @@ namespace XCharts.Runtime
#if UNITY_EDITOR
if (s_Instance == null)
{
XChartsPackageResourceImporterWindow.ShowPackageImporterWindow();
var isExist = System.IO.File.Exists("Assets/XCharts/Resources/XCSettings.asset");
if(isExist)
XChartsPackageResourceImporterWindow.ShowPackageImporterWindow();
}
else
{