Configure Client to Connect to the AWS Server - Alteredux/XR GitHub Wiki

  1. Open the Home_Scene Integrated UI and Dev 1.0 scene in Assets/HomeScene.
  2. Select the active NetworkManager object in the Hierarchy on the left.
  3. In the inspector (on the right), set the correct Network Address on the NetworkManager component to point to the AWS server.
    image

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.

image