Skip to content

Instantly share code, notes, and snippets.

@mikezila
mikezila / TGALoader.cs
Created April 12, 2014 21:13
TGA Loader for Unity3D
// This was made by aaro4130 on the Unity forums. Thanks boss!
// It's been optimized and slimmed down for the purpose of loading Quake 3 TGA textures from memory streams.
using System;
using System.IO;
using UnityEngine;
public static class TGALoader
{