static bool ContainsAssetWithTheSamePath(string path, AssetItem[] items)
	{
		return items.Any(i => i.path == path);
	}