> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/plugins-and-integrations/convai-unity-sdk/features/scene-metadata.md).

# Scene metadata

Scene Metadata gives Convai characters awareness of the physical objects in your Unity scene. Add a `ConvaiObjectMetadata` component to any GameObject, describe what it is, and the SDK automatically collects and sends that information to Convai when a session connects — no scripting required for the standard workflow.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How scene metadata works</strong><br>Understand the registration and delivery flow, and when to use Scene Metadata vs. Dynamic Context.</td><td><a href="/pages/KwecfeB1C1fimjgaLENp">/pages/KwecfeB1C1fimjgaLENp</a></td></tr><tr><td><strong>Scene metadata quick start</strong><br>Register your first scene object and confirm it reaches Convai in under five minutes.</td><td><a href="/pages/b21526ee9b2c1ed58e407fc454da6b3bd057905a">/pages/b21526ee9b2c1ed58e407fc454da6b3bd057905a</a></td></tr><tr><td><strong>Scene metadata component reference</strong><br>Every Inspector field for ConvaiObjectMetadata and ConvaiSceneMetadataCollector.</td><td><a href="/pages/cb67fd355a439e2cf54faaa44dd018f205299a93">/pages/cb67fd355a439e2cf54faaa44dd018f205299a93</a></td></tr><tr><td><strong>Scene metadata scripting API</strong><br>ConvaiMetadataRegistry static API and ConvaiSceneMetadataCollector public methods.</td><td><a href="/pages/aa4f25375b3961f18138e4a75710532316656e63">/pages/aa4f25375b3961f18138e4a75710532316656e63</a></td></tr><tr><td><strong>Scene metadata usage examples</strong><br>Complete setups for medical training, industrial safety, museum guides, and runtime object exclusion.</td><td><a href="/pages/c47675608acf86e70caf6c8b756d2be389006162">/pages/c47675608acf86e70caf6c8b756d2be389006162</a></td></tr><tr><td><strong>Troubleshoot scene metadata</strong><br>Diagnosis for AI ignoring objects, validation errors, empty metadata payloads, and dependency failures.</td><td><a href="/pages/66fddc4b0f911e97d589403a45f3ae569eb83b5d">/pages/66fddc4b0f911e97d589403a45f3ae569eb83b5d</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.convai.com/api-docs/plugins-and-integrations/convai-unity-sdk/features/scene-metadata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
