Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions extensions/maoyeedy/cmdpal-unity-extension/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "../../../.github/schemas/extension.schema.json",
"id": "maoyeedy.cmdpal-unity-extension",
"title": "Unity Project Launcher",
"shortDescription": "Open and launch Unity Hub recent projects from Command Palette.",
"description": "A Command Palette extension for browsing Unity Hub recent projects and launching the Unity Editor directly. It reads the Unity Hub projects list and helps you reopen projects quickly from PowerToys Command Palette.",
"author": {
"name": "Maoyeedy",
"url": "https://github.com/maoyeedy"
},
"icon": "icon.png",
"homepage": "https://github.com/maoyeedy/CommandPaletteUnity",
"tags": ["unity", "projects", "launcher"],
"categories": ["developer-tools", "productivity", "utilities-and-tools"],
"installSources": [
{
"type": "url",
"uri": "https://github.com/maoyeedy/CommandPaletteUnity/releases"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading