object-modify
Modify Unity object fields and properties directly. Inspect object structure first, then apply changes to customize game assets.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectRef | Yes | Object reference. SCHEMA: {"instanceID":12345} | |
| objectDiff | Yes | SerializedMember diff. SCHEMA: {"props":[{"name":"propertyName","value":any}],"fields":[...]} |