Skip to content

Instantly share code, notes, and snippets.

View stoneby's full-sized avatar
🏠
Working from home

Cui XL stoneby

🏠
Working from home
  • WTF
  • Beijing
View GitHub Profile
@stoneby
stoneby / 1.txt
Created March 8, 2020 15:10 — forked from z-rui/1.txt
通用规范汉字表 (2013)
@stoneby
stoneby / TagsLayersEnumBuilder.cs
Created April 19, 2018 08:44 — 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")]