Skip to content

Instantly share code, notes, and snippets.

View harunseng's full-sized avatar
🎯

harun seng harunseng

🎯
View GitHub Profile
@harunseng
harunseng / UnityGuidRegenerator.cs
Created September 26, 2023 17:46 — forked from ZimM-LostPolygon/UnityGuidRegenerator.cs
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 {