Skip to content

Instantly share code, notes, and snippets.

View ryanc-unity's full-sized avatar

Ryan Caltabiano ryanc-unity

  • Unity Technologies
  • Austin, Tx
View GitHub Profile
@ryanc-unity
ryanc-unity / AsyncBundleLoader.cs
Last active August 22, 2022 14:55
Dummy object generator for project testing
using System.Collections;
using System.IO;
using UnityEngine;
public class AsyncBundleLoader : MonoBehaviour
{
// Used for visual debugging as to not generate unnecessary allocations
public GameObject worldLight;
// Private fields to keep track of loaded objects