Configure Client to Connect to the AWS Server - Alteredux/XR GitHub Wiki
- Open the
Home_Scene Integrated UI and Dev 1.0scene in Assets/HomeScene. - Select the active
NetworkManagerobject in the Hierarchy on the left. - In the inspector (on the right), set the correct
Network Addresson theNetworkManagercomponent to point to the AWS server.

Important Note
If you update the Match Up asset, make sure to re-add this line in Assets/Match Up/Matchmaker.cs:
currentMatch.matchData[NetworkConsts.MATCH_UP_MIRROR_PORT] = new MatchData(int.Parse(parts[2]));
It is essential so each client connects to the right server port for a given room.
