Skip to content

Instantly share code, notes, and snippets.

@igaln
igaln / UnityAssetBundleBuilder.cs
Created January 19, 2018 19:27 — 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;