public void LoadSong(string path) { if (importer.audioClip != null) { importer.ClearClip(); } importer.Import(path); }