Skip to content

Instantly share code, notes, and snippets.

View ms502040's full-sized avatar

Mira ms502040

View GitHub Profile
@ms502040
ms502040 / UnityGuidRegenerator.cs
Created February 12, 2022 00:22 — forked from dyeo/UnityGuidRegenerator.cs
Unity asset GUIDs regenerator
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using UnityEditor;
namespace UnityGuidRegenerator {
public class UnityGuidRegeneratorMenu {
[MenuItem("Tools/Regenerate All GUIDs")]
public static void RegenerateGuids() {