mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
11 lines
385 B
Markdown
11 lines
385 B
Markdown
|
# Samples Overview
|
||
|
|
||
|
General description of Samples
|
||
|
|
||
|
- [Pong](Pong)
|
||
|
A simple example for "How to built a multiplayer game with Mirror" is Pong,
|
||
|
which is included in the AssetStore package of Mirror. It illustrates the
|
||
|
usage of NetworkManager, NetworkManagerHUD, NetworkBehaviour,
|
||
|
NetworkIdentity, NetworkTransform, NetworkStartPosition and
|
||
|
NetworkingAttributes.
|