Skip to content

Instantly share code, notes, and snippets.

View GameEgg's full-sized avatar

GameEgg

View GitHub Profile
using System.Collections;
using UnityEditor;
using UnityEngine;
using System.Linq;
using AnimationImporter;
using System.IO;
[CustomEditor(typeof(DefaultAsset))]
public class AseFileInspector: Editor
{