# Scene Setup

## Setup video tutorial

The topics of this page are covered in the first minute of this video:

{% embed url="<https://www.youtube.com/watch?v=kyUSiBpZ2Bc>" %}

It's quick and easy to set up a networked scene from scratch using the **coherence** SDK. This example will show you the basic steps to sync up some moving characters.

Add these components to your scene to prepare it for network synchronization.

### **1. Add MonoBridge**

![](/files/-MdvLEewvxhTA5gTDAZa)

*coherence > Scene Setup > Create MonoBridge*

This object takes care of connected `GameObject` lifetimes and allows us to develop using traditional `MonoBehaviour` scripts.

### **2. Add LiveQuery - hierarchy**

![](/files/-MdvLO7d58METgJItKhS)

*coherence > Scene Setup > Create LiveQuery*

Creates a [*LiveQuery* ](/0.10/coherence-sdk-for-unity/components/livequery.md)which queries the area around the local player to get the required information from the Replication Server. You can surround your entire scene in one query or can attach it to an object such as the player or a camera.

![Set the radius of the LiveQuery](/files/-MYvDUzq9NauwRZlj-iD)

### **3. Add** the sample **UI**

![](/files/-MdvLUquyYVRwEcgH8Bv)

*coherence > Scene Setup > Add Sample UI*

Creates a `Canvas` (and `Event System` if not already present in the scene) with a sample UI that helps you connect to a local or remote Replication Server. You can create your own connection dialog, this one is just a quick way to get started.

## Using the coherence Hub window

Using the *coherence Hub* window gives you an overview of everything related to networking in your project. The *Overview* tab will show you the current status and which actions you need to perform for everything to work.

*coherence > coherence Hub*

<figure><img src="/files/hsra5butz7A5c2vUDcmR" alt=""><figcaption></figcaption></figure>

### **Automatic issue solving**

If we have identified any issues in your project, the *Overview* tab provides a one-click solution to solving it. In the example below, simply click the *blue link* next to the warning messages and **coherence** will redirect you to the correct place to learn more about how to fix the issue.

<figure><img src="/files/hsra5butz7A5c2vUDcmR" alt=""><figcaption><p>Finding and solving issues</p></figcaption></figure>


---

# Agent Instructions: 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/get-started/scene-setup.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.
