Skip to content

Instantly share code, notes, and snippets.

@emrahtoy
emrahtoy / CacheableDownloadHandler.cs
Created August 19, 2022 11:27 — forked from mob-sakai/CacheableDownloadHandler.cs
Etag-cacheable DownloadHandler for Unity.
using UnityEngine.Networking;
using System.IO;
using System.Security.Cryptography;
using System.Text;
using UnityEngine;
using System;
namespace Mobcast.Coffee.AssetSystem
{