static string GetObjectName(string path) { return(UnityTypeConverter.MakeValidIdentifier(Path.GetFileNameWithoutExtension(path))); }