Skip to content

Instantly share code, notes, and snippets.

View dyeo's full-sized avatar

Dani dyeo

  • Toronto, Canada
  • 08:22 (UTC -04:00)
View GitHub Profile
@dyeo
dyeo / UnityGuidRegenerator.cs
Last active February 12, 2022 00:22 — forked from ZimM-LostPolygon/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() {