Skip to content

Instantly share code, notes, and snippets.

@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 {