mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
19 lines
729 B
Markdown
19 lines
729 B
Markdown
# Samples Overview
|
|
|
|
Mirror includes several small examples to help you learn how to use various features and how to set things up so they work together.
|
|
|
|
- [Basic](Basic)
|
|
Short description of the Basic example.
|
|
|
|
- [Tanks](Tanks)
|
|
Short description of the Tanks example.
|
|
|
|
- [Pong](Pong)
|
|
A simple example for "How to build a multiplayer game with Mirror" is Pong. It illustrates the usage of `NetworkManager`, `NetworkManagerHUD`, NetworkBehaviour, NetworkIdentity, `NetworkTransform`, `NetworkStartPosition `and various Attributes.
|
|
|
|
- [Additive Scenes](AdditiveScenes)
|
|
Short description of the Additive Scenes example.
|
|
|
|
- [Lobby System](Lobby)
|
|
Short description of the Lobby System example.
|