Search Unity

How Would I Display A List of Available Servers?

Discussion in 'Immediate Mode GUI (IMGUI)' started by bobber205, Feb 28, 2010.

  1. bobber205

    bobber205

    Joined:
    May 12, 2009
    Posts:
    139
    How could I easily display a list of users or servers and have the user pick from the list?

    The list will be retrieved from a server and could be of any length (within reason).

    Thanks for any help! :)
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    scroll view + labels

    see the normal unity network example
     
  3. bobber205

    bobber205

    Joined:
    May 12, 2009
    Posts:
    139
    Could you be a little more specific?

    That example is quite large. :p
     
  4. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    checkout the script that runs in the loader scene and displays the available games :) (-> OnGUI)