From f5599fa0c9f452ee3e3140b0996519de6ae8b2e9 Mon Sep 17 00:00:00 2001 From: mischa Date: Wed, 15 Nov 2023 09:51:07 +0100 Subject: [PATCH] Room Example: update readme for new scene names --- Assets/Mirror/Examples/Room/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.