I am creating a UI with the options "Create Game" and "Join Game." The "Create Game" option works, but I can't figure out how to list the current games in the ScrollRect on the right.
I am trying something like:
(uNet) How can I list the current matches within a ScrollRect?
I am trying something like:
Code (csharp):
- public void ListMatches() {
- int xpos = 10 + offsetX;
- int ypos = 40 + offsetY;
- //int spacing = 24;
- manager.StartMatchMaker();
- manager.SetMatchHost("mm.unet.unity3d.com", 443, true);...