Skip to content

Instantly share code, notes, and snippets.

View nonathaj's full-sized avatar

Jon Kenkel nonathaj

View GitHub Profile
@bitinn
bitinn / .a-unity-git-config.md
Last active June 25, 2024 13:21
My Unity git config
@liortal53
liortal53 / RemoveEmptyFolders.cs
Last active October 9, 2023 12:46
Clean Unity project from empty folders
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEngine;
public class RemoveEmptyFolders
{
/// <summary>
/// Use this flag to simulate a run, before really deleting any folders.
/// </summary>