Skip to content

Instantly share code, notes, and snippets.

View TitanX101's full-sized avatar

TitanX101

  • Empress Games
  • 27°59'17"N 86°55'31"E
View GitHub Profile
@mstevenson
mstevenson / SaveFBX.cs
Created August 5, 2013 20:05
ASCII FBX file exporter for Unity. Extracted from Michal Mandrysz's Unity Summer of Code 2009 external lightmapping project.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Text;
using UnityEditor;
using UnityEngine;
/*