-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e848508
commit 98703a9
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
Flow.Launcher.Plugin.UnityLauncherPlugin | ||
================== | ||
|
||
A plugin for the [Flow launcher](https://github.com/Flow-Launcher/Flow.Launcher). | ||
**Launch Unity projects from [Flow launcher](https://www.flowlauncher.com/).** _(Inspired by [Unity engine](https://github.com/LeLocTai/Flow.Launcher.Plugin.UnityEngine))_ | ||
|
||
### **This plugin supports Unity Hub 3** | ||
|
||
![demo](https://raw.githubusercontent.com/Ghost-Miner/Unity-project-launcher-plugin/refs/heads/main/demo.gif) | ||
### Usage | ||
|
||
u <arguments> | ||
u <project name> | ||
|
||
### Notable features | ||
- Supports use of spaces in project names. | ||
- Shows ★ next to favorite projects. | ||
- Shows ⚠️ next to project which are in version that isn't installed. | ||
- Shows project path, last modified date, and project version under project name. |