Hi, I'm making an online fps and I'm trying to make a server list with NGUI, in particular i need a list populated with a for each in witch there will be two columns: a label with the name of the match and a button called "Connect" that if is pressed I will connect to that game.
How I can do this?
Can I generate dynamically UIButtons?
Regards,
Marco