diff --git a/extensions/maoyeedy/cmdpal-unity-extension/extension.json b/extensions/maoyeedy/cmdpal-unity-extension/extension.json new file mode 100644 index 0000000..1e8bd72 --- /dev/null +++ b/extensions/maoyeedy/cmdpal-unity-extension/extension.json @@ -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" + } + ] +} diff --git a/extensions/maoyeedy/cmdpal-unity-extension/icon.png b/extensions/maoyeedy/cmdpal-unity-extension/icon.png new file mode 100644 index 0000000..50fc4f5 Binary files /dev/null and b/extensions/maoyeedy/cmdpal-unity-extension/icon.png differ diff --git a/extensions/maoyeedy/cmdpal-unity-extension/screenshots/01-main.png b/extensions/maoyeedy/cmdpal-unity-extension/screenshots/01-main.png new file mode 100644 index 0000000..496bf97 Binary files /dev/null and b/extensions/maoyeedy/cmdpal-unity-extension/screenshots/01-main.png differ