Skip to content

Instantly share code, notes, and snippets.

@masa795
masa795 / DefauldFolderWindow.cs
Created May 13, 2013 14:50
Unityで使用しているフォルダとかのパス一覧Window
using UnityEngine;
using UnityEditor;
using System.Collections;
using System.Collections.Generic;
using System;
using UnityEditorInternal;
using System.IO;
public class DefauldFolderWindow : EditorWindow {