Mirror/doc/Articles/Examples/Room/index.md
2020-10-09 02:35:31 +01:00

21 lines
439 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`