> For the complete documentation index, see [llms.txt](https://docs.coherence.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherence.io/0.10/coherence-sdk-for-unity.md).

# coherence SDK for Unity

- [Components](https://docs.coherence.io/0.10/coherence-sdk-for-unity/components.md)
- [CoherenceSync](https://docs.coherence.io/0.10/coherence-sdk-for-unity/components/coherencesync.md)
- [CoherenceMonoBridge](https://docs.coherence.io/0.10/coherence-sdk-for-unity/components/monobridge.md)
- [CoherenceLiveQuery](https://docs.coherence.io/0.10/coherence-sdk-for-unity/components/livequery.md)
- [CoherenceTagQuery](https://docs.coherence.io/0.10/coherence-sdk-for-unity/components/coherencetagquery.md)
- [Order of execution](https://docs.coherence.io/0.10/coherence-sdk-for-unity/components/order-of-execution.md)
- [Networking State Changes](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes.md)
- [Messaging with Commands](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/commands.md)
- [Hierarchies & Child Objects](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/hierarchies-and-child-objects.md)
- [Child GameObjects](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/hierarchies-and-child-objects/child-gameobjects.md): Binding to variables and methods within the hierarchy
- [Child CoherenceSyncs](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/hierarchies-and-child-objects/parent-child.md): CoherenceSync direct parent-child relationships
- [Deep Child CoherenceSyncs](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/hierarchies-and-child-objects/coherencenode.md): CoherenceSync parent-child relationships on complex hierarchies
- [Animations](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/animation.md)
- [CoherenceSync References](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/entity-references.md)
- [\[Sync\] and \[Command\] Attributes](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/sync-and-command-attributes.md)
- [\[OnValueSynced\] Attribute](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/value-sync-callbacks.md): Notifying State Changes
- [Supported Types](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/supported-types.md)
- [Player Name (Sample UI)](https://docs.coherence.io/0.10/coherence-sdk-for-unity/networking-state-changes/player-name-sample-ui.md): How to network the Player Name set in the Connection Dialog?
- [Baking (Code Generation)](https://docs.coherence.io/0.10/coherence-sdk-for-unity/baking-and-code-generation.md)
- [Authority](https://docs.coherence.io/0.10/coherence-sdk-for-unity/authority-overview.md)
- [Authority transfer](https://docs.coherence.io/0.10/coherence-sdk-for-unity/authority-overview/authority-transfer.md)
- [Server-authoritative setup](https://docs.coherence.io/0.10/coherence-sdk-for-unity/authority-overview/input-queues.md)
- [Lifetime](https://docs.coherence.io/0.10/coherence-sdk-for-unity/lifetime.md)
- [Persistence](https://docs.coherence.io/0.10/coherence-sdk-for-unity/lifetime/configuring-persistence.md)
- [Example – a global counter](https://docs.coherence.io/0.10/coherence-sdk-for-unity/lifetime/example-a-global-counter.md)
- [Optimization](https://docs.coherence.io/0.10/coherence-sdk-for-unity/optimization.md)
- [Simulation Frequency](https://docs.coherence.io/0.10/coherence-sdk-for-unity/optimization/simulation-frequency.md)
- [Areas of Interest](https://docs.coherence.io/0.10/coherence-sdk-for-unity/optimization/livequery-area-of-interest.md)
- [Level of Detail (LOD)](https://docs.coherence.io/0.10/coherence-sdk-for-unity/optimization/level-of-detail.md)
- [Interpolation](https://docs.coherence.io/0.10/coherence-sdk-for-unity/interpolation.md)
- [Settings](https://docs.coherence.io/0.10/coherence-sdk-for-unity/settings-window.md)
- [Simulation Frame](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-frame.md)
- [Replication Server](https://docs.coherence.io/0.10/coherence-sdk-for-unity/replication-server.md)
- [Simulators](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server.md)
- [Scripting: Client vs Simulator](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server/client-vs-simulator-logic.md): When scripting Simulators, we need mechanisms to tell them apart.
- [Local Development](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server/testing-simulators-locally.md)
- [World Simulators](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server/world-simulators.md)
- [Room Simulators](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server/room-simulators.md)
- [Simulator Slugs](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server/simulator-slugs.md)
- [Multi-Room Simulators](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server/multi-room-simulators-advanced.md): Simulate multiple Rooms at the same time, within one Unity instance
- [Build and Publish](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server/build-deploy-simulators.md)
- [Command-line arguments](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server/simulator-cli-arguments.md)
- [Load Balancing](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server/simulator-load-balancing.md)
- [Network Connectivity](https://docs.coherence.io/0.10/coherence-sdk-for-unity/simulation-server/network-connectivity.md)
- [Client Connections](https://docs.coherence.io/0.10/coherence-sdk-for-unity/client-messages.md): Communication between Clients
- [Rollback Networking Support](https://docs.coherence.io/0.10/coherence-sdk-for-unity/input-prediction-and-rollback.md)
- [Floating Origin](https://docs.coherence.io/0.10/coherence-sdk-for-unity/floating-origin.md): Creating massive multiplayer worlds
- [CLI](https://docs.coherence.io/0.10/coherence-sdk-for-unity/cli-utilities.md): Command-line interface tools explained


---

# 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.coherence.io/0.10/coherence-sdk-for-unity.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.
