uloop-compile

Execute Unity project compilation.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "uloop-compile" with this command: npx skills add hatayama/uloopmcp/hatayama-uloopmcp-uloop-compile

uloop compile

Execute Unity project compilation.

Usage

uloop compile [--force-recompile] [--wait-for-domain-reload]

Parameters

Parameter Type Default Description

--force-recompile

boolean false

Force full recompilation (triggers Domain Reload)

--wait-for-domain-reload

boolean false

Wait until Domain Reload completes before returning

Global Options

Option Description

--project-path <path>

Target a specific Unity project (mutually exclusive with --port )

-p, --port <port>

Specify Unity TCP port directly (mutually exclusive with --project-path )

Examples

Check compilation

uloop compile

Force full recompilation

uloop compile --force-recompile

Force recompilation and wait for Domain Reload completion

uloop compile --force-recompile true --wait-for-domain-reload true

Wait for Domain Reload completion even without force recompilation

uloop compile --force-recompile false --wait-for-domain-reload true

Output

Returns JSON:

  • Success : boolean

  • ErrorCount : number

  • WarningCount : number

Troubleshooting

If CLI hangs or shows "Unity is busy" errors after compilation, stale lock files may be preventing connection. Run the following to clean them up:

uloop fix

This removes any leftover lock files (compiling.lock , domainreload.lock , serverstarting.lock ) from the Unity project's Temp directory.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

uloop-find-game-objects

No summary provided by upstream source.

Repository SourceNeeds Review
General

uloop-screenshot

No summary provided by upstream source.

Repository SourceNeeds Review
General

uloop-launch

No summary provided by upstream source.

Repository SourceNeeds Review
General

uloop-execute-menu-item

No summary provided by upstream source.

Repository SourceNeeds Review