Skip to content

Instantly share code, notes, and snippets.

View stevemcilwain's full-sized avatar

Steve Mcilwain stevemcilwain

View GitHub Profile
@stevemcilwain
stevemcilwain / ResourceManager.cs
Created August 9, 2022 23:05
Unity - Addressables
using System;
using System.Collections;
using System.Collections.Generic;
using System.Threading.Tasks;
using UnityEngine;
using UnityEngine.AddressableAssets;
using UnityEngine.ResourceManagement.AsyncOperations;
public static class ResourceManager
{