Simple MacOS-like Spotlight file search in Unity. It shows your most opened files first. The more you use it, the better it gets.
- 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 Install
Add path to your project's manifest:
"dependencies": {
"com.seblague.pathcreator": "https://github.com/hannesdelbeke/Path-Creator.git?path=/Assets/PathCreator/Core",
}