This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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; |