Skip to content

Instantly share code, notes, and snippets.

View zhutaorun's full-sized avatar

zhutao zhutaorun

View GitHub Profile
@zhutaorun
zhutaorun / FindProjectReferences.cs
Created December 26, 2016 03:09 — forked from jringrose/FindProjectReferences.cs
Unity editor extension that uses spotlight on OSX for lightning fast project reference searches. Asset serialization mode should be set to "Force Text" in the editor settings.
using UnityEngine;
using System.Collections;
using UnityEditor;
using System.Collections.Generic;
public class FindProject {
#if UNITY_EDITOR_OSX
[MenuItem("Assets/Find References In Project", false, 2000)]