public override Asset Import(string path) { CNT cnt = CNT.Load(path); Model model = new Model(); rootPath = Path.GetDirectoryName(path); processCNT(cnt, model); SceneManager.Current.UpdateProgress($"Loaded {cnt.Name}"); return(model); }