static AssetItem GetItemWithTheSamePath(string path, AssetItem[] items)
	{
		return items.FirstOrDefault(i => i.path == path);
	}