Skip to content

Instantly share code, notes, and snippets.

View ShapeGroup's full-sized avatar
💫
It always seems impossible until it’s done. (Mandela)

Shape group ShapeGroup

💫
It always seems impossible until it’s done. (Mandela)
View GitHub Profile
@nicoplv
nicoplv / GroupUtility.cs
Created August 25, 2017 09:58
Group maker for Unity Editor
using UnityEditor;
using UnityEngine;
namespace SmartEditor
{
public class GroupUtility : Editor
{
[MenuItem("Edit/Group %g", false, 0)]
public static void Group()
{