An open API service indexing awesome lists of open source software.

https://github.com/marijnz/unity-editor-spotlight

MacOS-like Spotlight file search in Unity.
https://github.com/marijnz/unity-editor-spotlight

Last synced: about 2 months ago
JSON representation

MacOS-like Spotlight file search in Unity.

Awesome Lists containing this project

README

          

# Editor Spotlight

Simple MacOS-like Spotlight file search in Unity. It shows your most opened files first. The more you use it, the better it gets.

## How to use
- Open with Alt + F.
- Select a result with arrow keys.
- Press Enter to open the file or Tab to select it in the project panel.

## [UPM](https://docs.unity3d.com/Manual/upm-ui.html) Install
Add path to your project's manifest:
```json
"dependencies": {
"com.marijnz.unity-editor-spotlight": "https://github.com/marijnz/unity-editor-spotlight.git?path=/Assets",
}
```

## Preview

![gif](https://i.giphy.com/media/3ohs4lLUapZ9D19poA/source.gif)