object-modify
Directly modify Unity object fields and properties. Inspect object structure with object-get-data before applying changes.
Instructions
Modify the specified Unity Object. Allows direct modification of object fields and properties. Use 'object-get-data' first to inspect the object structure before modifying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectRef | Yes | Object reference. SCHEMA: {"instanceID":12345} | |
| objectDiff | Yes | SerializedMember diff. SCHEMA: {"props":[{"name":"propertyName","value":any}],"fields":[...]} |