Skip to content

Instantly share code, notes, and snippets.

@sorob
sorob / Bundler.cs
Created June 14, 2017 15:52
Asset Bundle creator
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEditor;
using UnityEngine;
public class Bundler : MonoBehaviour
{
public static BuildTarget[] DefaultTargetPlatforms {