Skip to content

Instantly share code, notes, and snippets.

@mmj-the-fighter
mmj-the-fighter / ComponentLister.cs
Last active August 5, 2017 14:27 — forked from AngryAnt/ComponentLister.cs
An extension to example code for "Where did that component go?" from AngryAnt
/*
* Displays gameobjects linked to each script present in a scene, useful for development and debugging.
* Added features:
* You can search for a particular component, and turn off UnityEngine componets from displaying.
* While searching you don't have to type the entire name.
*/
using UnityEngine;
using UnityEditor;
using System.Collections;