- Open the Package Manager in Unity.
- Add Package via Git Url.
- Paste
https://github.com/HarryBosch03/QuickActions.git
into the field.
This is a lil package I made for personal use that lets you setup a small menu to quickly access files / folders / applications / websites within a Unity project.
The menu can be found within Tools/Quick Actions
The First Field is where you can set the data asset used to draw the menu, this can be swapped out to have multiple different groupings of shortcuts. The package comes with one by default, which if not there can be quickly grabbed with the Quick Find Button that will show up.
Unity Objects can be added to the "Quick Open Assets" list, which will be grouped by type.
- Directories relative to the user folder, or the Unity Projects "Assets" folder
- Files relative to the user folder, or the Unity Projects "Assets" folder
- Names of applications [Installed with a shortcut in "%appdata%\Microsoft\Windows\Start Menu\Programs" or "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"]
If the item does not fit one of these, it will link to a website.
The "Add File..." and the "Add Directory..." will open a window to select a file or directory respectively to ass to the external links list.