Skip to content

Instantly share code, notes, and snippets.

@MattLP
MattLP / UnityAssetBundleBuilder.cs
Last active March 25, 2022 14:35 — forked from tkyaji/UnityAssetBundleBuilder.cs
[Unity] Build Asset Bundle, and upload to AWS-S3
using UnityEngine;
using UnityEngine.Networking;
using UnityEditor;
using System.Collections.Generic;
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System;