Skip to content

Instantly share code, notes, and snippets.

@AShim3D
AShim3D / TempTools.cs
Last active February 23, 2024 10:11
Sort children by name in selected gameobjects. Unity3D 4.5+ (C#).
using UnityEngine;
using UnityEditor;
using System.Collections;
using System.Collections.Generic;
public class TempTools {
[MenuItem ("AShim/SortChildrenByName")]
public static void SortChildrenByName() {