This commit is contained in:
monitor1394
2022-05-31 08:17:54 +08:00
parent 5740882d1c
commit e370bedc09
9 changed files with 117 additions and 56 deletions

View File

@@ -126,6 +126,7 @@ namespace XCharts.Runtime
}
}
#if UNITY_EDITOR
public static string GetPackageFullPath()
{
string packagePath = Path.GetFullPath("Packages/com.monitor1394.xcharts");
@@ -167,8 +168,6 @@ namespace XCharts.Runtime
return null;
}
#if UNITY_EDITOR
[UnityEditor.Callbacks.DidReloadScripts]
static void OnEditorReload()
{