Skip to content

Instantly share code, notes, and snippets.

@ephemeral9794
ephemeral9794 / CharacterImporter.cs
Created December 15, 2018 09:01
RPGツクール使用のキャラチップのアニメーション確認用Unityエディタ拡張
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using System.IO;
using System;
public class CharacterImporter : EditorWindow {
[MenuItem("Window/CharacterImporter")]
static void ShowWindow()