Skip to content

Instantly share code, notes, and snippets.

View bridgetechDaniel's full-sized avatar

bridgetechDaniel

View GitHub Profile
@bridgetechDaniel
bridgetechDaniel / AssetBundleSample.cs
Created July 4, 2017 14:59 — forked from yaeda/AssetBundleSample.cs
Unity AssetBundle Examples.
using System;
using UnityEngine;
using System.Collections;
public class AssetBundleSample : MonoBehaviour {
public GUIText guitext;
// Use this for initialization
void Start () {