diff --git a/Assets/Mirror/Examples/Room/README.md b/Assets/Mirror/Examples/Room/README.md index 178051461..2a87559ed 100644 --- a/Assets/Mirror/Examples/Room/README.md +++ b/Assets/Mirror/Examples/Room/README.md @@ -1,9 +1,9 @@ # Room Example In Build Settings, remove all scenes and add all of the scenes from the Examples\Room\Scenes folder in the following order: -- OfflineScene -- RoomScene -- OnlineScene +- MirrorRoomOffline +- MirrorRoomGame +- MirrorRoomOnline If you opened the Offline scene before doing the above steps, you may have to reassign the scenes to the NetworkRoomManagerExt component of the RoomManager scene object.