Editor / Selection / Get
How to Call
unity-mcp-cli run-tool editor-selection-get --input '{
"includeGameObjects": false,
"includeTransforms": false,
"includeInstanceIDs": false,
"includeAssetGUIDs": false,
"includeActiveObject": false,
"includeActiveTransform": false
}'
For complex input (multi-line strings, code), save the JSON to a file and use:
unity-mcp-cli run-tool editor-selection-get --input-file args.jsonOr pipe via stdin (recommen
[Description truncada. Veja o README completo no GitHub.]