Skip to content

Instantly share code, notes, and snippets.

View BocuD's full-sized avatar

BocuD BocuD

  • Breda University of Applied Sciences
  • Tokyo, Japan
  • 02:08 (UTC +09:00)
View GitHub Profile
@BocuD
BocuD / PrefabFixer.cs
Created July 4, 2022 02:07
Prefab Fixer editor tool
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
public class PrefabFixer : EditorWindow
{
[MenuItem("Tools/Prefab Fixer")]
public static void ShowWindow()