# Video Tutorials

![Community Video Tutorials](/files/-MUg-9kYFeD0F9jv6SLn)

### English

* [**Online Shooter with Mirror**](https://www.youtube.com/watch?v=j2so32ZlMoU\&t=2s) - Jason Weimann
* [**Mirror Multiplayer by Dapper Dino**](https://www.youtube.com/playlist?list=PLS6sInD7ThM1aUDj8lZrF4b4lpvejB2uB) **-** Tutorials that explain how to implement different features using Mirror.
* [**Mirror Video Series**](https://www.youtube.com/playlist?list=PLxadUPU23Hsmcy-YeZWCykywonNti3Yoj) - Home Slice Game Dev
* [**Unity + Mirror Networking Tutorials by Shrine Wars**](https://www.youtube.com/playlist?list=PLXEG2omgKgCapAmGe20XBgd87rmxFdKhK) **-** Explains the basics about Networking with Unity and Mirror.
* [**Mirror Networking Tutorials by Jared Brandjes**](https://www.youtube.com/playlist?list=PLDI3FQoanpm1X-HQI-SVkPqJEgcRwtu7M) **-** Long tutorials explaining how to set up lobbies and matchmaking with Mirror.
* [**Unity/Mirror 2D Tabletop Card Game**](https://www.youtube.com/watch?v=Agw2kPINMdU\&list=PLCbP9KGntfcFTL19eDZsWSkVMfXANF7-U\&index=1) - by M.S. Farzan

### German

* [**Multiplayer Anwendung in Unity erstellen - Mirror Networking**](https://www.youtube.com/watch?v=p-PW6FZtgV4\&feature=youtu.be)

### French

* [**Recreating 'Among Us' by Lignus**](https://www.youtube.com/watch?v=j5ja-pKz05A) **-** A tutorial using Unity and Mirror to recreate the famous game.

\
(Tip:   Do not speak these Languages?   Set Youtube captions to on, and Auto Translate -> Your Language)


---

# 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/community-guides/video-tutorials.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.
