# Sample scenes

This sample cover a handful of coherence features in isolation. Here's what's covered:

* Character movement
* Distributed authority
* Physics
* Uniqueness and persistence
* Live queries
* Tag queries
* Player spawning

{% hint style="warning" %}
**When opening a scene, it shows up all magenta!**

If, once you import the samples, the scenes show up magenta/pink, it's because the samples are made for the built-in pipeline and your project is using either URP or HDRP.

To fix this in URP, go to: *Window > Rendering > Render Pipeline Converter*

Click on the checkboxes to choose what to convert (**Materials** is necessary), then click the **Initialize and Convert** button. After a brief loading, you should see the example scenes displayed correctly.

For more information, refer to Unity's guides [for URP](https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@17.0/manual/features/rp-converter.html) or [for HDRP](https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@17.0/manual/convert-from-built-in-convert-materials-and-shaders.html).
{% endhint %}


---

# 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/2.2/getting-started/samples-and-tutorials/package-samples.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.
