uloop-simulate-mouse-input

Installation
SKILL.md

Task

Simulate mouse input via Input System in Unity PlayMode: $ARGUMENTS

Workflow

  1. Ensure Unity is in PlayMode (use uloop control-play-mode --action Play if not)
  2. For Click/LongPress: determine the target Game View input position from annotated SimX/SimY, raycast-grid InputX/InputY, or raw image pixels converted with ScreenshotToInputFormula
  3. Execute the appropriate uloop simulate-mouse-input command
  4. Take a screenshot to verify the result: uloop screenshot --capture-mode rendering
  5. Report what happened

Tool Reference

uloop simulate-mouse-input --action <action> [options]

Parameters

Installs
5
GitHub Stars
510
First Seen
Apr 16, 2026
uloop-simulate-mouse-input — hatayama/unity-cli-loop