Skip to content

Instantly share code, notes, and snippets.

View MorningFunGame's full-sized avatar

MorningFun Game MorningFunGame

View GitHub Profile
@MorningFunGame
MorningFunGame / TagsLayersEnumBuilder.cs
Created May 27, 2017 03:33 — forked from Namek/TagsLayersEnumBuilder.cs
Tags and Layers Enums Builder for Unity3D
#if UNITY_EDITOR
using UnityEngine;
using System.Collections;
using UnityEditor;
using System;
using System.IO;
using System.Text;
public class TagsLayersEnumBuilder : EditorWindow {
[MenuItem("Edit/Rebuild Tags And Layers Enums")]