Join Session With Matchmaker component reference
Properties of the Join Session With Matchmaker component. The Join Session By Matchmaker multiplayer widget includes this component by default.
Property | Description |
---|---|
Script | Identifies the script this component uses. Select this field to highlight the script asset in the Project window. You can’t change this property. |
Queues | The queue that defines the rules for this matchmaking session. To learn more, refer to Deploy a Matchmaker queue |
Refresh Remote Queues | Update the Queues dropdown to match any changes you made to Queues on your Unity Cloud dashboard. |
Configure Matchmaker on the Cloud Dashboard | Open the Matchmaker section of the Unity Cloud dashboard in a local browser window. |
Create new Matchmaker Queue Asset | Create a new Matchmaker queue configuration file in your Assets folder. Use this script to define the rules for this matchmaker session. For more information, refer to Deploy a Matchmaker queue |
Widget Configuration | The script that sets the parameters of this session.. To learn more, refer to Configure a Widget. |
Joining Session () | Select Add + to specify the UnityEvent that occurs when a user attempts to join a specific session. |
Joined Session (ISession) | Select Add + to specify the UnityEvent that occurs when a user is in a session. |
Failed To Join Session (SessionException) | Select Add + to specify the UnityEvent that occurs when a user can't join a session because of an error. |