Mirror/doc/Articles/Examples/Room/index.md

21 lines
439 B
Markdown
Raw Normal View History

2019-10-04 08:21:02 +00:00
# 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)
2020-10-09 01:35:31 +00:00
> 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`