private void Start() { if (trackNode.GetNodeCount() == 0) { trackNode.Load(saveLoad.fileName + "." + saveLoad.extension, saveLoad.dataPath); } }