object-get-data
Retrieve serialized Unity object data including properties and fields for analysis or debugging purposes.
Instructions
Get data of the specified Unity Object. Returns serialized data of the object including its properties and fields. If need to modify the data use 'object-modify' tool.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectRef | Yes | Object reference. SCHEMA: {"instanceID":12345} - get instanceID from gameobject-find or editor-selection-get. |