list_gameobjects
Get an inventory of every GameObject in the active Unity scene, optionally including inactive ones and limiting the result count for faster inspection and debugging.
Instructions
List all GameObjects in the scene
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxResults | No | Maximum number of GameObjects to return | |
| includeInactive | No | Include inactive GameObjects |