object-get-data

Retrieve serialized data of a specified Unity Object via objectRef JSON.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill object-get-data-igot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: object-get-data
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/game-engineer/develop-unity-ui/references/object-get-data
Command: npx skills add https://github.com/igot-ai/os-twin --skill object-get-data-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get data of a specified Unity Object by returning its serialized data, including properties and fields, to aid debugging and tooling.

Core Features & Use Cases

  • Get serialized data for UnityEngine.Object instances (GameObjects, Components, Assets) including properties and fields.
  • Return structured data that can be consumed by editors or tooling, enabling quick inspection and modification planning.
  • Use Case: Imagine debugging a complex Unity scene where you need to inspect a GameObject's serialized state to diagnose misconfigured components.

Quick Start

Retrieve serialized data for a target Unity Object reference.

Frequently Asked Questions about object-get-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get serialized data from a Unity Object for debugging?

To get serialized data from a Unity Object for debugging, you can retrieve its properties and fields by passing an objectRef JSON payload. This returns structured data including typeName, name, value, and nested fields.

Can I extract property and field values from Unity Components and Assets?

Yes, you can extract property and field values from Unity Components and Assets. The retrieval process applies to GameObjects, Components, and Assets, allowing inspection of their serialized state for editor workflows.

What is the best way to inspect a GameObject's serialized state in the Unity Editor?

The best way to inspect a GameObject's serialized state in the Unity Editor is to extract its data using an object reference tool. This provides a structured result of nested fields and values for quick diagnosis.

Does this Unity data extraction method require any specific dependencies?

No, this Unity data extraction method does not require any specific dependencies. It operates independently to retrieve serialized object data directly from your game development environment.

How do I diagnose misconfigured components in a complex Unity scene?

To diagnose misconfigured components in a complex Unity scene, extract the serialized data of the target GameObject. This allows you to inspect properties and fields to identify configuration issues.