# Mirror Networking

{% hint style="success" %}
**Stop worrying about networking because we do.**\
We needed a networking library that allows us to [**launch our games**](https://github.com/MirrorNetworking/Mirror#made-with-mirror) and **survive the next decade**.
{% endhint %}

[**Mirror**](https://assetstore.unity.com/packages/tools/network/mirror-129321) is a **high level** Networking library for Unity, optimized for **ease of use** & **probability of success**.

* Compatible with over a dozen low level [**Transports**](https://mirror-networking.gitbook.io/docs/manual/transports).
* Growing library of [**Script Templates**](https://mirror-networking.gitbook.io/docs/manual/general/script-templates) to make learning and coding easier.
* Remote Procedure calls and context control via [**Attributes**](https://mirror-networking.gitbook.io/docs/manual/guides/attributes).
* More than a dozen built in [**Components**](https://mirror-networking.gitbook.io/docs/manual/components).
* Five flavors of [**Interest Management**](https://mirror-networking.gitbook.io/docs/manual/interest-management), and you can make your own custom version.
* Support for [**Additive Scenes**](https://mirror-networking.gitbook.io/docs/manual/examples) with Physics Isolation (battle instances, levels, etc.)
* Several complete [**Examples**](https://mirror-networking.gitbook.io/docs/manual/examples) included.
* Constant improvements and enhancements [**every month**](https://mirror-networking.gitbook.io/docs/manual/general/changelog)**.**
* Full time support available in our [**Discord**](https://discord.gg/2BvnM4R).

## Unity Versions

We will follow Unity's support for **LTS releases**.  Any version beyond those may work, but you're on your own, especially with regard to preview / beta versions.

At the moment, we recommend using Unity 2020 or 2021 LTS releases.

![Unity LTS Release Schedule](https://462154250-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGmQrf2z6FL0ZpExPAn%2Fuploads%2F4F3v3IaUCPsMrO6iU7oa%2FTimeline.webp?alt=media\&token=47d302ec-3c00-46ae-a648-ef26c29df423)


---

# 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://mirror-networking.gitbook.io/docs/readme.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.
