Launch Unity Editor with the correct version for a project.
Usage
uloop launch [project-path] [options]
Parameters
Parameter
Type
Description
project-path
string
Path to Unity project (optional, searches current directory if omitted)
-r, --restart
boolean
Kill running Unity and restart
-p, --platform <P>
string
Build target (e.g., StandaloneOSX, Android, iOS)
--max-depth <N>
number
Search depth when project-path is omitted (default: 3, -1 for unlimited)
-a, --add-unity-hub
boolean
Add to Unity Hub only (does not launch)
-f, --favorite
boolean
Add to Unity Hub as favorite (does not launch)
Examples
# Search for Unity project in current directory and launch
uloop launch
# Launch specific project
uloop launch /path/to/project
# Restart Unity (kill existing and relaunch)
uloop launch -r
# Launch with build target
uloop launch -p Android
# Add project to Unity Hub without launching
uloop launch -a
Output
Prints detected Unity version
Prints project path
If Unity is already running, focuses the existing window
If launching, opens Unity in background
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: moorestech-moorestech-uloop-launch3description: uloop launch4---56# uloop launch78Launch Unity Editor with the correct version for a project.910## Usage1112```bash13uloop launch [project-path] [options]14```1516## Parameters1718| Parameter | Type | Description |19|-----------|------|-------------|20| `project-path` | string | Path to Unity project (optional, searches current directory if omitted) |21| `-r, --restart` | boolean | Kill running Unity and restart |22| `-p, --platform <P>` | string | Build target (e.g., StandaloneOSX, Android, iOS) |23| `--max-depth <N>` | number | Search depth when project-path is omitted (default: 3, -1 for unlimited) |24| `-a, --add-unity-hub` | boolean | Add to Unity Hub only (does not launch) |25| `-f, --favorite` | boolean | Add to Unity Hub as favorite (does not launch) |2627## Examples2829```bash30# Search for Unity project in current directory and launch31uloop launch3233# Launch specific project34uloop launch /path/to/project3536# Restart Unity (kill existing and relaunch)37uloop launch -r3839# Launch with build target40uloop launch -p Android4142# Add project to Unity Hub without launching43uloop launch -a44```4546## Output4748- Prints detected Unity version49- Prints project path50- If Unity is already running, focuses the existing window51- If launching, opens Unity in background5253---54> Converted and distributed by [TomeVault](https://tomevault.io/claim/moorestech) — claim your Tome and manage your conversions.55<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/moorestech-moorestech-uloop-launch in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
uloop launch It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.