Skip to content

Instantly share code, notes, and snippets.

@SDJdasha
SDJdasha / UnityGuidRegenerator.cs
Last active December 26, 2018 13:27 — forked from ZimM-LostPolygon/UnityGuidRegenerator.cs
Unity asset GUIDs regenerator
// Drop into Assets/Editor, use "Tools/Regenerate asset GUIDs"(Need drop in two place :one in the Unity folder Assets/Editor, the other in game folder Assets/ )
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using UnityEditor;
namespace UnityGuidRegenerator {
public class UnityGuidRegeneratorMenu {