Hello i’ve got a problem in my chat. Here it is: http://piclair.com/0pk04
As you can see, the first message was demonstrated as needed. Here’s my code:
for (int i = chatHistory.Count - 1, a = chatHistoryNames.Count - 1; i >= 0 && a >= 0; i--, a--) {
GUILayout.Label (chatHistoryNames [a] + " : " + chatHistory *, GUILayout.Width (Screen.width / 3.6f));}*
Any help appriciated