You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -112,7 +112,7 @@ For small artifact-first verification bundles, `workflow verify` now supports `p
112
112
For UGUI interactions beyond toggle/input, use `ui scroll`, `ui slider-set`, `ui dropdown-set` to set ScrollRect/Slider/Dropdown values deterministically.
113
113
For URP/HDRP projects, `volume list/get/get-overrides/set-override` and `renderer-feature list` inspect and modify Volume overrides via Reflection (no hard dependency on URP/HDRP).
114
114
For Cinemachine, `cinemachine list/get/set-property` supports both 2.x and 3.x with runtime auto-detection.
115
-
For UI Toolkit, `uitk find/get/set-value` queries and modifies UIDocument elements at runtime.
115
+
For UI Toolkit, `uitk find/get/set-value/click` queries and interacts with UIDocument elements at runtime.
116
116
For animation workflows, `animation list-clips/get-clip/get-controller/add-curve` inspect and edit AnimationClips and AnimatorControllers.
117
117
For profiling, `profiler get-stats/start/stop` provides memory and performance statistics (full rendering stats require Play Mode).
unityctl uitk click --project /path/to/project --name "myButton" --mode play --json
401
404
```
402
405
403
-
`uitk find`, `uitk get`, and `uitk set-value` now share the same resolver. Prefer the returned `locator` when multiple elements share the same `name`.
406
+
`uitk find`, `uitk get`, `uitk set-value`, and `uitk click` share the same resolver. Prefer the returned `locator` when multiple elements share the same `name`.
0 commit comments