Skip to content

Instantly share code, notes, and snippets.

View inertiave's full-sized avatar
๐ŸŒด
On vacation

๊ด€์„ฑ ์ฃผ๋„ ๊ฐœ๋ฐœ inertiave

๐ŸŒด
On vacation
View GitHub Profile
@ZimM-LostPolygon
ZimM-LostPolygon / UnityGuidRegenerator.cs
Last active November 18, 2025 09:00
Unity asset GUIDs regenerator
// Drop into Assets/Editor, use "Tools/Regenerate asset GUIDs"
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using UnityEditor;
namespace UnityGuidRegenerator {
public class UnityGuidRegeneratorMenu {
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active November 22, 2025 16:44
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example