Hi! I'm trying to do two lists including the members of a team. I just used the PickupDemoGUI script, which was relatively simple, but the main rule of unity "it can't be easy" hit me again. Without modifications the script works perfectly and shows all the members of each team, but when I change the way to display it: GUILayout.Label () replaced by TextMesh.text = (), there is only one member appearing on this textMesh. Is there a way to display the same thing that appears with the GUI? Thank you
↧