Skip to content

Instantly share code, notes, and snippets.

View ppolsinelli's full-sized avatar

Pietro Polsinelli ppolsinelli

View GitHub Profile
@mandarinx
mandarinx / FindMissingComponentRefs.cs
Created December 11, 2014 08:49
Find Missing Component References
using UnityEditor;
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public class FindMissingComponentRefs : System.Object {
[MenuItem("Tools/Find Missing Component References")]
public static void FindMissingRefs() {
bool found = false;