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.
- Host: GitHub
- URL: https://github.com/marijnz/unity-editor-spotlight
- Owner: marijnz
- License: mit
- Created: 2018-02-11T16:25:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T19:50:39.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T21:40:56.180Z (over 1 year ago)
- Language: C#
- Size: 26.4 KB
- Stars: 163
- Watchers: 9
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity3d - unity-editor-spotlight - MacOS-like Spotlight file search in Unity (Open Source Repositories / Editor)
- awesome-unity-open-source-on-github - unity-editor-spotlight - commit/marijnz/unity-editor-spotlight?logoSize=auto) - MacOS-like Spotlight file search (Command)
- awesome-unity3d - unity-editor-spotlight - MacOS-like Spotlight file search in Unity (Open Source Repositories / Editor)
- awesome-opensource-unity - unity-editor-spotlight - MacOS-like Spotlight file search in Unity. (Open Source Packages / Editor)
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
