Skip to content

Instantly share code, notes, and snippets.

View X601169957911's full-sized avatar

ramdhanfamilysr@gmail.com X601169957911

View GitHub Profile
@X601169957911
X601169957911 / BatchDownloader.cs
Created March 24, 2022 11:42 — forked from mattbenic/BatchDownloader.cs
Batch downloader that runs multiple download coroutines in parallel using a provided host MonoBehaviour
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace MB.Other
{
public class BatchDownloader
{