mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-19 11:30:32 +00:00
21 lines
439 B
Markdown
21 lines
439 B
Markdown
# Room
|
||
|
||
General description of Room example.
|
||
|
||
![Host's Room View](Room1.PNG)
|
||
|
||
|
||
|
||
![Player's Room View](Room2.PNG)
|
||
|
||
|
||
|
||
![Network Room Manager](RoomManager.PNG)
|
||
|
||
|
||
|
||
![Network Room Player](RoomPlayer.PNG)
|
||
|
||
|
||
> Note: If using `NetworkRoomManagerExt` then the GamePlayer prefab should have a `PlayerScore` attached. If you dont want to add `PlayerScore` to your prefab then replace the `NetworkRoomManagerExt` script for `NetworkRoomManager`
|